Site logo

[Support request] Getting my footer horizontal

Home Forums Support [Support request] Getting my footer horizontal

Home Forums Support Getting my footer horizontal

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2189963
    harry

    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

    #2189983
    David
    Staff
    Customer Support

    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.

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