Site logo

[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 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #1110424
    Kirtish Vyas

    Thanks, but I did change by using the Simple CSS plugin and it seems code is applied but still no change in order. I did clear the cache and opened it in a new browser by clearing the cache but still, it did not work.

    #1110462
    David
    Staff
    Customer Support

    Try:

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

    Thanks, David, this time it is working and problem solved.

    #1111050
    David
    Staff
    Customer Support

    You’re welcome

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