Archived topic
Top bar divided into 3 columns
3 replies · Started by Stefano on October 24, 2020
Viewing posts 1–4 of 4
Hi there,
I wanted to know if it is possible to set the top bar in 3 columns, without creating problems in the mobile version.
Thanks for your answer
Stefano
Hi there,
Do you have a screenshot / example of how you want the Top Bar to look?
Hi David,
I forward you a website as an example.
Add your 3rd widget to the top bar, then add this CSS:
@media(min-width: 769px) {
.inside-top-bar {
display: flex;
width: 100%;
box-shadow: border-box;
}
.top-bar .inside-top-bar .widget:nth-child(2) {
margin-left: auto;
margin-right: auto;
}
}
Then simply re-order the Widgets for the correct one to be in the middle.
This archived topic is closed to new replies.