Site logo

[Resolved] 2 widgets in topbar

Home Forums Support [Resolved] 2 widgets in topbar

Home Forums Support 2 widgets in topbar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1894265
    Petri

    Hi Support,

    I have a topbar with 2 widgets, actually 1 is displayed at the left and the other at the right.
    Is it possible to have them both displayed aside at the right?

    Thanks.

    #1894352
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .top-bar .inside-top-bar {
        justify-content: flex-end;
    }
    
    .top-bar-align-right .widget:first-child {
        margin-left: 20px;
    }

    Note: the margin-left: 20px; value defines the space between the two widgets.

    #1894519
    Petri

    Thanks David, this works like a charm!

    #1894552
    David
    Staff
    Customer Support

    Glad to hear that!

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