Site logo

Archived topic

Top bar align two widgets right CSS not working

3 replies · Started by Giselle on March 8, 2021

Viewing posts 1–4 of 4

Hi,

I've tried your recommended CSS to get two Top Bar widgets to align right on my site, but I can't get it to work.

Strangely enough, I tried setting Top Bar Alignment to left and changing the CSS and it worked as expected if the widgets were both left aligned (but I need them right aligned)!

CSS:
.top-bar-align-right .inside-top-bar > .widget:nth-child(even) {
float: none;
}

Also tried:
.top-bar-align-right .inside-top-bar > .widget:nth-child(2) {
float: none;
}

Thanks for your help,

Giselle Leeb

Hi there,

try this CSS:

.top-bar-align-right .widget:first-child {
  margin-left: unset;
}

.top-bar .inside-top-bar {
  justify-content: flex-end;
}

Hi David,

Working! Thank you.

Giselle

You're welcome

This archived topic is closed to new replies.