Archived topic
top bar right align with multiple widget
3 replies · Started by Alexis on May 25, 2019
Viewing posts 1–4 of 4
HI,
I'm trying to align two widget (lightweight social share and polylang's langugage icon) on my top bar.
However, one is on the right side and the other on the left side, though I want them both aligned on the right side.
Could you please advise me on how to do this?
thanks !
Hi there,
Give this a shot:
.top-bar-align-right .inside-top-bar > .widget:nth-child(even) {
float: none;
}
Let me know :)
Great !
that worked perfectly.
thank you very much !
You're welcome :)
This archived topic is closed to new replies.