[Support request] White space to the right on mobile

Home Forums Support [Support request] White space to the right on mobile

Home Forums Support White space to the right on mobile

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2343323
    Leanne

    Hello,

    I cannot figure out why there is a large white space on the horizontal scroll on the main page when looking at the site on a computer and on a mobile phone.

    Thank you!

    #2343329
    Fernando
    Customer Support

    Hi Leanne,

    What plugin are you using to add Content to your site? It’s adding the space. If you delete all the content from that plugin, the space disappears.

    Can you check?

    #2343344
    Leanne

    I am using WP Bakery. But, it is not creating any extra space that I can see.

    #2343345
    Leanne

    I found the cause. I think I can fix it now.

    #2343346
    Fernando
    Customer Support

    Can you check the margin setting of your WP Bakery Block rows?

    See if you try adding this CSS in Appearance > Customize > Additional CSS, it fixes the issue:

    .vc_row {
        margin: 0 auto;
    }

    I think however, another plugin(something called JS composer or something that has that functionality) of yours could be causing this as well. Can you try disabling non-GP plugins except for WP Bakery?

    #2343364
    Leanne

    Yes. That fixed it.

    Thank you so much.

    #2343366
    Fernando
    Customer Support

    You’re welcome Leanne! Glad you found the cause!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.