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

    How can I make the menu in the footer of my site display inline and centered in the available space

    http://www.visualbridgecommunications.com/ ?
    password to view development site is “Happy Days 08”

    thank you
    gary

    #450881

    Hey Gary!

    Try adding this code to the Quick CSS:

    #top #footer ul#menu-main-navigation li {
        display: inline-block;
        float: none;
        clear: none;
    }
    
    #top #footer .widget ul.sub-menu {
        display: none;
    }
    
    #top #footer .widget ul {
        text-align: center;
    }
    
    #top #footer .widget ul#menu-main-navigation a {
        padding: 6px 10px;
    }

    Cheers! 
    Josue

    #450983

    that worked. thanks!

    #451026

    Hi!

    Great, glad we could help :)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to make menu in footer area display inline ?’ is closed to new replies.