[Resolved] How to make footer menu horizontal?

Home Forums Support [Resolved] How to make footer menu horizontal?

Home Forums Support How to make footer menu horizontal?

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #265934
    Jason

    Hi there, how can I make my secondary menu which is my social media icons menu, show horizontally instead of vertically in the footer? as I can’t find an option to show the horizontally, and they look ugly vertically, thank you

    #265936
    Tom
    Lead Developer
    Lead Developer

    Can you link me to what you have so far?

    #265939
    Jason

    http://salsarepublic.com.au/ the footer the icons show vertically, whereas I would like the to show horizontal

    #265949
    Tom
    Lead Developer
    Lead Developer

    This CSS should do it:

    .footer-widgets .widget_nav_menu li {
        display: inline-block;
    }
    #265954
    Jason

    thanks, I put that code in cutsom CSS but it’s still showing vertically?

    #265956
    Tom
    Lead Developer
    Lead Developer

    Clear your browser cache or do a hard refresh.

    #265957
    Jason

    sorry now it worked, thanks πŸ™‚

    #265959
    Jason

    is there any way to space them out more? the icons are right next to each other.

    #265961
    Tom
    Lead Developer
    Lead Developer

    Yep, just change your CSS:

    .footer-widgets .widget_nav_menu li {
        display: inline-block;
        margin: 0 10px;
    }
    #265962
    Jason

    oh yeah der, thanks, sorry still new to css, cheers

    #265964
    Tom
    Lead Developer
    Lead Developer

    No problem, glad I could help πŸ™‚

    #265965
    Jason

    yeah your theme is awesome, love it, cheers πŸ˜‰

    #265970
    Tom
    Lead Developer
    Lead Developer

    Thanks!

    #1110387
    Kirtish Vyas

    Hi Tom,

    I tried entering in code snippet using the same code .footer-widgets .widget_nav_menu li {
    display: inline-block;
    } but it seems an error can you tell me how to fix the menu in the footer as horizontal, my site is bloggingos.com

    #1110403
    David
    Staff
    Customer Support

    Hi there

    the code is CSS – this doc explains adding CSS:

    https://docs.generatepress.com/article/adding-css/

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.