May 20, 2015 at 6:01 am
#25028
Theme Horse Support Team
Keymaster
Hi kimpatt,
To have the more white space above and below the menu paste below code in the custom css:
.hgroup-wrap {
padding-top: 25px;
padding-bottom: 75px;
}
#access {
margin-bottom: 70px;
}
And to make the font larger for the menu paste below code in the custom css:
#access a {
font-size: 26px;
}
Thank you !