Archived topic
space between the 2 top bar widgets
5 replies · Started by Maite on February 17, 2022
On mobile, is it possible to reduce the space between the 2 top bar widgets? Left and right, on mobile they appear one below the other but with a lot of space.
Thank you very much for the help
Hi Maite,
Any chance you can link us to the site in question?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Yes, here you are.
It is the space between the address and the phone in the mobile top bar
Thanks!
Try this CSS:
@media (max-width: 768px) {
.top-bar .inside-top-bar>.widget p {
margin-bottom: 5px;
}
}
Feel free to adjust the value 5px :)
It's perfect!
Thanks a lot!
No problem :)