Archived topic
Header no longer full size
3 replies · Started by Marielle on March 18, 2022
Hi, since the last update the image header on our homepage is no longer full size. All the settings seem to be in order and I use the same size pictures as before (1920 x 700 px). What could be the problem? Thanks.
Hi there,
you will need to check with Visual Composer as that is built with VC and it has 15px of padding applied to it:
Hi, I use visual editor in Wordpress and WP Bakery, not Visual composer.
Where would I be able to change the settings?
Thanks!
Unfortunately I do not have any experience of the WP Bakery editor.
You can try adding this CSS:
div[data-vc-full-width] .vc_column_container .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
But it may adversely affect other parts of your site - so I would suggest you ask WP Bakery how to change it,