Archived topic
Content Width Issue on Mobile
3 replies · Started by 24xstudio on June 7, 2020
Hey,
I am facing content width issue on mobile.
You can check the issue here: https://filebin.net/fbtfmjwjmfblv5m0/screen-capture.webm?t=rjf0pzdh
Kindly open the page on desktop view first and then check on mobile via inspect element
Hi there,
Try adding this CSS:
body {
overflow-x: hidden;
}
Ideally, you should be using the full width container if you have some full width blocks in there from Kadence:
https://docs.generatepress.com/article/page-builder-container/
Yes, after your suggestion I have enabled the full width and also tried putting your code but the issue is the same.
Screenshot of kadence: https://prnt.sc/svkhde
Try this CSS:
html, body {
overflow-x: hidden;
}