Site logo

Archived topic

Header Widgets Aligned Horizontally

4 replies · Started by Eugen on August 20, 2016

Viewing posts 1–5 of 5

Hi Tom,

I would like my header widgets to be aligned horizontally instead of vertically. How am I going to do that?

Best regards
Eugen

You could try something like this:

.header-widget .widget {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

Awesome! Works perfectly. Thank you very much.

You're very welcome :)

Thank you, this was just what I needed!

This archived topic is closed to new replies.