[Resolved] Header Widgets Aligned Horizontally

Home Forums Support [Resolved] Header Widgets Aligned Horizontally

Home Forums Support Header Widgets Aligned Horizontally

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #219805
    Eugen

    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

    #219837
    Tom
    Lead Developer
    Lead Developer

    You could try something like this:

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

    Awesome! Works perfectly. Thank you very much.

    #220683
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome 🙂

    #984441
    Fox

    Thank you, this was just what I needed!

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