Site logo

Archived topic

Getting my footer horizontal

1 reply · Started by harry on April 15, 2022

Viewing posts 1–2 of 2

Hey guys,

I am trying to get my footer horizontal. I have looked into other topics around this subject and tried the CSS code you have suggested:

.footer-bar .widget ul li {
    display: inline-block;
    margin: 0 10px;
}

This has not worked. How could you help me with this?

Here is my site: http://www.whippedcreamsounds.com

Thanks,
Harry

Hi there,

try this CSS:

#footer-widgets .widget ul li {
    display: inline-block;
    margin: 0 10px;
}

And then in Customizer > Layout . Footer - set the Footer Widgets to 1 if you want that widget to stretch the width of the footer. This assumes you only want one footer widget, if you want more widgets let me know.

This archived topic is closed to new replies.