Archived topic
How can i move all the widgets of top-ba to right side only in computer screen
3 replies · Started by Former User on October 23, 2020
Viewing posts 1–4 of 4
Hi, I would like to move all the items of top bar, to right side, only in computer screen.
Thank you :)
Hi there,
try this CSS:
@media(min-width: 769px) {
.top-bar-align-center .widget:last-child {
margin-right: 40px;
}
}
The 40px defines how far off the right hand side of the screen it sits.
Thank you very much David! :)
You're welcome
This archived topic is closed to new replies.