Archived topic
Split the secondary header
7 replies · Started by Sven on March 3, 2021
Hey there,
I would like to show our phonenumber and e-mail as links in the left position of our top-header. No matter if you visit the site with you mobile or desktop.
Here you can see the current site: https//www.office-rs.de
Curretnly, phonenumber and e-mail is an ordenary item of the secondary menu.
Ist there any possibility?
Regards, Sven
Hi there,
you can simply add 2 x widgets to the Top Bar, and disable the merge with Secondary Nav option.
Once you have done that - let us know and we can provide some CSS to keep them both aligned left.
Hi David,
thanks for your great support and ultra quick response.
So that`s done:
- disable merge with secondary navigation
- added two widgets (individual html) to top bar
Regards, Sven
Can you add some content to the two HTML Widgets :)
Hi David.
Done.
This CSS will force both those widgets to remain on the left hand side:
.top-bar .inside-top-bar {
justify-content: flex-start;
}
@media (max-width: 768px) {
.top-bar .inside-top-bar {
justify-content: flex-start;
}
}
Works perfect! Thank you so much!
You're welcome