[Support request] Content Width Issue on Mobile

Home Forums Support [Support request] Content Width Issue on Mobile

Home Forums Support Content Width Issue on Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1318259
    24xstudio

    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

    #1318405
    Leo
    Staff
    Customer Support

    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/

    #1318438
    24xstudio

    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

    #1318867
    David
    Staff
    Customer Support

    Try this CSS:

    html, body {
        overflow-x: hidden;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.