Archived topic
How to make footer menu horizontal?
18 replies · Started by Jason on January 19, 2017
Viewing posts 16–19 of 19
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.
Try:
.footer-bar .widget ul li {
display: inline-block;
margin: 0 10px;
}
Thanks, David, this time it is working and problem solved.
You're welcome
This archived topic is closed to new replies.