• Resolved ma3ry

    (@ma3ry)


    Is there an easy way to make a horizontal menu at the bottom of the page. I’ve tried using the Footer Widget Menu option but it gives a vertical list.

    I’ve tried various things in Simple Custom CSS but not having any luck.

    Would appreciate any input.
    Many thanks!

    Website is at https://marypearson.info/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this in your custom CSS plugin:

    .widget_nav_menu li {
    	display: inline-block;
    	padding-right: 15px;
    }

    The padding just gives a little bit of space between the menu items. You can experiment with different values until you get the look you like.

    Thread Starter ma3ry

    (@ma3ry)

    That did it!!!! Many, many thanks!!!!

    so I put that code in the css

    do I have to add the menu in my functions.php
    or the widget to my functions?

    and then add the calling to my footer?

    sorry Im new to this

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Horizontal Menu At Bottom of Page’ is closed to new replies.