each page should be arranged separately. For example the homepage consists of separate blocks which are restricted in inner block by css class: container - https://prnt.sc/qqw331.
You should open each of the block and remove container class. Or you can try to add css in the Customizer -> custom css field like:
.container{width:100% !important}
but maybe after this other blocks and css styles will have to be arranged.
Dear, I want to display all my website page in full width ? how i can do this please ?
Thanks for you reply !
Gaetan
Hello,
each page should be arranged separately. For example the homepage consists of separate blocks which are restricted in inner block by css class: container - https://prnt.sc/qqw331.
You should open each of the block and remove container class. Or you can try to add css in the Customizer -> custom css field like:
.container{width:100% !important}
but maybe after this other blocks and css styles will have to be arranged.
thanks!
Thanks it's works i have other question Wp bakery page builder is included but sometimes bug i have to purchase ?
And to hide header in home page what css can i use ?
Thanks !
Hello,
you don't have to do anything with WPBakery. It is fully included in our theme. Don't pay attention to this message.
Also you can download the latest version of the composer from our newest theme's package from the folder - Plugins/wpbakerybuilder.zip
2-to hide header on home page only use such css: body.home .header{display:none !important}
thanks!