• Resolved stansutton

    (@stansutton)


    I would like to change my website footer menu to horizontal instead of vertical. Can you help me with this please.

    Modern Store Theme

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey there,

    Just replied to your email. If you can share a link to your site that will help.

    Thanks!

    Thread Starter stansutton

    (@stansutton)

    Folks, Ben responded promptly and sent me this code below and it took care of the problem. I entered it in Customizer (Appearance > Customize) in the CSS area. It worked great. Now my footer menu is horizontal.

    .widget-area-footer .widget_nav_menu li,
    .widget-area-footer .widget_pages li {
    display: inline-block;
    margin-right: 12px;
    }

    The only other small issue I have is removing the title to the footer widget. If I remove the title, it then just puts or replaces it with the word (Pages) above my footer menu. I would like my customers to see only the footer menu without any title word above my footer menu.

    Ben, if you can help with this it would be great.

    Thank you Ben for your help!!

    PS: To clarify, if your at the bottom of any page on my website, you will see a normal footer menu like:

    About Us, Contact, Employment etc…

    I just don’t need a visual title above my links. Again, If I remove the title from the widget, the widget puts in the word (Pages) above my footer links.

    Thread Starter stansutton

    (@stansutton)

    Ben, I wanted to thank you so much for your help in this matter. Thank you for your promptness! My issue on this is resolved.

    Thank you!!

    VS Sutton

    Theme Author Ben Sibley

    (@bensibley)

    Of course! Thanks again for using Modern Store ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change my website footer menu to horizontal instead of vertical’ is closed to new replies.