Firstly, let me say that I’m a relative newcomer to wordpress and your theme has made life pretty easy – thanks for a great them!
I would like to move the main menu in the header down close to the divider line. Is this possible ?
Cheers
Adrian
I should ad that I’m using one of the menu options that put the main menu vertically central in the header area – not one of the underneath options that puts the menu items in boxes underneath..
Hi Adrian,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .main_menu .menu li > a {
padding-top: 20px;
}
Regards,
Devin
Thanks a bunch Devin, that worked just fine. I set it to 40px which put the menu just above the line.
BTW: it didn’t work in quick CSS but worked in custom.css
Cheers
Adrian