Site logo

Archived topic

Customizing Widgets Footer Bar

3 replies · Started by Rafael Q. on April 11, 2017

Viewing posts 1–4 of 4

As you see at the bottom of the picture I have a text widget (with Facebook messenger script) and Lightweight Social icons, Is there any way to keep the widgets in one row?

Footer bar

Try this CSS:

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

Thank you, it worked perfect.

You're welcome :)

This archived topic is closed to new replies.