Pro Theme - Mobile Header - Screen scrolling to the right - Header Issue

Hi Team

I’ve got an issue where my Pro Header used for Blog Posts/Pages loads on Mobile, but then you’re able to scroll to the right, and its as though the window is as wide as a desktop screen.

I’ve tried multiple different setting changes in my Header to ensure the screen loads and “locks” to the mobile width, but I think there’s something up with the Header that I’m unable to work out.

Thing’s I’ve tried:

  • Removing Border Blur
  • Changing/Removing Max width dimensions
  • Changing/Removing Margins
  • Changing Header properties - ie. sticky, not sticky etc.

Please assist!

Thanks,
Sam

Hi there,

Please kindly add the css code below to Pro > Launch > Theme Options > CSS:

.x-root {
	overflow-x: hidden;
}

Thank you.

1 Like

Thank very much, Chris.

I’ll assume this will be included in the next update as well.

Cheers,
Sam

Hi there,

Exactly, actually we already mentioned this in our known issues post. For more information:

https://theme.co/apex/forum/t/troubleshooting-pro-known-issues/203

Thank you.

Awesome - thanks Chris

You’re welcome Chris.

just a heads up, there is no option to edit css when you go through the launch to theme options.

Hi there,

Please refer to the screenshot where you can find the CSS panel.

Hope this helps.

aha! thank you.
I’m getting to it by the other route, assuming that is ok? Appearance/Customise

Hi there,

Yes, the custom CSS added through the customizer should be fine as well.

1 Like

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