Site logo

Archived topic

space between the 2 top bar widgets

5 replies · Started by Maite on February 17, 2022

Viewing posts 1–6 of 6

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

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 :)

This archived topic is closed to new replies.