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

    Currently, the nav bar is vertically aligned on the center of the company logo. I’d like to lower the nav bar to be bottom aligned. (www.futurefive.org/wordpress)

    I’m sure it’s somewhere in one of the CSS files, but I can’t find it. Any help would be greatly appreciated. Thanks!

    #228853

    Hey!

    Try adding this code to the Quick CSS:

    .main_menu ul:first-child > li > a {
        line-height: 180px  !important;
    }
    
    .header-scrolled .main_menu ul:first-child > li > a {
        line-height: 62.5px  !important;
    }
    

    Cheers! 
    Josue

    #229168

    You are the MAN! Thanks! Perfect.

    #229170

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘I'd like to move menu text (nav bar) down’ is closed to new replies.