Site logo

Archived topic

White space to the right on mobile

6 replies · Started by Leanne on September 14, 2022

Viewing posts 1–7 of 7

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!

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?

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

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

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?

Yes. That fixed it.

Thank you so much.

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

This archived topic is closed to new replies.