WP Bakery and Astra Pro CSS/JavaScript layout issue

76 Views Asked by At

i have issue with my Astra + WP Bakery Visual Conposer. I can't understand if this is a css or Jquery (or both issue)

After first page loading everything is fine, then as I scroll, main layout container go beyond the right edge on mobile (and desktop too).

enter image description here

enter image description here

I have tried to add css rules and contacting WP Bakery and Astra Pro support and both of them send me to the other support team!

If I try to use WP bakery on the default theme this doesn't happen.

1

There are 1 best solutions below

0
user23350251 On

Had the same problem. This will fix the issue:

@media only screen and (max-width: 768px)
div.vc_row.wpb_row.vc_row-fluid {
    padding-right: 20px !important;
}