Topbar mobile view

Hi,
When viewing my site on mobile device the text in the top bar is overlaying.
The site can be found at broughtonhallbusinesspark.co.uk

Thanks
Tony

Hi Tony,

Please add this code in X > Theme Options > CSS:

@media (max-width: 490px) {
    .x-topbar {
        padding: 10px 0;
    }
    
    .x-topbar .p-info {
        margin-left: 0;
        padding: 0;
        line-height: 1.5em;
    }

    .x-topbar .x-social-global {
        display: none;
    }
}

Here are some related links for further reading:

Hope this helps.

Thats great
thank you

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.