Hi guys, I’m doing a remake on a website that has wpbakery, I have a problem with a row and its format and I wanted to try to get help here.
I leave you a screenshot of what the page currently looks like with the problem.
[https://prnt.sc/x-aLXChw0ftR](https://prnt.sc/x-aLXChw0ftR)
I’m trying to extend the row to full screen but it extends to the left side and the right side goes black.
If I extend the box to: by default, if it extends completely, but if: Forced box then the right space is left black. [https://prnt.sc/NVHONEqUR-Gu](https://prnt.sc/NVHONEqUR-Gu)
I want it to be extended with the forced box so that it is in the middle without left being black
Thanks!
[ad_2]
Share your URL
I am not an expert in CSS code, but maybe you can try that approach as well? You can try using CSS in the ‘Page Settings’ (the gear icon in WPBakery), with ‘Custom CSS’ field – I found this “should” remove any spacing causing the black area on the right side.
*.vc_row.vc_row-no-padding {*
*margin-left: 0;*
*margin-right: 0;*
*}*
You have also the WPBakery documentation on the following link, maybe to check there too, if you didn’t do that alreaday: https://kb.wpbakery.com/