Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23610

    Hello,

    First of all, great theme, love working with it!

    I’m using the fixed header with social icons and additional navigation.

    I would like for the text of the menu (like home, contact, …) to be lower.

    I’ve added ‘#header_main .container, .main_menu ul:first-child > li a { line-height: 170px!important; }’ to the quick CSS, and the text in the menu is right where I want it, but the sub-menus then become extremely large. Can you point me in the right direction?

    Thanks!

    #120481

    Hi Christophe999s,

    If you add another > it will only target the first level of links. So:

    .main_menu ul:first-child > li > a {
    line-height: 170px!important;
    }

    Regards,

    Devin

    #120482

    Hi, worked like a charm, thank you!

    #120483

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header menu text position’ is closed to new replies.