Navigation & Logo on same line

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25343
    gatorgreg2004
    Participant

    Hi,

    Is there a way to get the navigation and logo on the same line? I realize I might have to reduce the amount of navigation links but if possible would like all of them to remain and the navigation NOT be beneath the logo. See here: http://btw01.net/

    Thanks!

    #25351
    Veena
    Moderator

    You can try the below custom CSS in themeoptions –

    #site-logo a img {
        max-width: 80%;
    }
    #primary-menu > ul.menu > li > a {
        padding: 0 14px 0;
    }
    #primary-menu {
        margin-right: 5px;
    }
    

    But i would recommend you to reduce the no: of menu items and change it to dropdown menus .

    #25543
    gatorgreg2004
    Participant

    OK, that helped…but the area for the logo is now to tall. How do I reduce the height of that area? In the demo found here https://www.livemeshthemes.com/invent it is a much shorter header area as compared to my site here http://btw01.net/.

    #25548
    Veena
    Moderator

    Pls remove the below custom CSS –

    
    #header .inner .wrap {
        height: 150px !important;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.