Archived topic
topbar 3 widgets align right
3 replies · Started by eric on October 7, 2021
Viewing posts 1–4 of 4
Hi,
In the topbar I have three widgets. I can't put them in one. Two float right and one float left, depends on the order of the widgets in the topbar.
I want all the three widgets float right. Please can you help me with the CSS?
Kind regards eric
Hi there,
try adding this CSS:
.top-bar-align-right .widget {
order: unset !important;
margin: 0 10px;
}
And you can fix the vertical alignment of the font resizer widget with this CSS:
.zeno_font_resizer {
margin-bottom: 0
}
Hey,thank you for the support, issue is fiexed
Glad to be of help.
This archived topic is closed to new replies.