This topic has 4 replies, 3 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
How can I change the height of the white header on top and bottom? There is a lot of blank above and below the logy and menu text.
Hello,
Go to Theme Options > Styling > Custom CSS and add the following code
.header-simple .menu-wrapper .menu > li > a {
padding: 2em 0.77em;
}
Regards
Thank you very much!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up