Archived topic
topbar too narrow
5 replies · Started by Jasper on March 26, 2017
I use an elementor widget in the topbar, but it seems it takes only half of the space available
https://jetsupport.jsierink.nl/
Hi Jasper,
I can see that GP's top bar container is already full width with 5px of padding on each side so maybe check your Elementor settings to see if you can set a wider container width?
Let me know if this helps.
Also give this CSS a shot:
.top-bar .inside-top-bar .widget {
display: inline;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This is a known issue when using Elementor as the only widget. It will be fixed in the next version.
For now, you can do this:
.top-bar .inside-top-bar .widget:first-child:last-child {
display: block;
}
thanks Tom
You're welcome :)