Site logo

Archived topic

2 widgets in topbar

3 replies · Started by Petri on August 13, 2021

Viewing posts 1–4 of 4

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.

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.

Thanks David, this works like a charm!

Glad to hear that!

This archived topic is closed to new replies.