Top Bar text won't align in center when viewed at 768px-979px

Hi, I’m working on a site and I’ve been adjusting the CSS so it appears correctly when viewed on a mobile device at different widths. The thing is, when you view it at 768px-979px no matter what CSS I try, the top bar text stays aligned to the right (it’s supposed to be aligned to the right on a desktop, so that’s fine).

Hopefully you won’t mind taking a look please!

I’ll put the URL in a secure note as I’ve got a maintenance page up and I’ll need to give you the by pass password for it!

Here’s a screen grab to show it at 768px-979px.

Thanks!

Hi @core365,

Try adding width: 100%; to .x-topbar .p-info that is in the 768px-979px media query.

Hope this helps.

Hi @Jade, that’s sorted it!

Thank you so much!

You’re most welcome, @core365. :slight_smile:

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