Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25775

    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

    #128163

    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..

    #128164

    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

    #128165

    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

    #128166

    Hi,

    You might need to add !important to make it work on quick css.

    #top .main_menu .menu li > a {
    padding-top: 20px !important;
    }

    Regards,

    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Move main menu down?’ is closed to new replies.