Archived topic
Topbar widget
3 replies · Started by Petri on December 4, 2021
Viewing posts 1–4 of 4
Hi Support,
I have a topbar with Polylang flags in it. With the navigation and the topbar the header part becomes a bit too high.
Is it possible to push the flags down a bit so that they become part of the white site-header area?
Thanks!
Hi there,
you could use a little CSS to absolute position them over the header:
@media(min-width: 769px) {
.top-bar {
position: absolute;
top: 0;
right: 0;
z-index: 100;
}
}
Thanks David, that solved it.
You're welcome
This archived topic is closed to new replies.