Hi,
We need several pages with a simple centered design without sidebar. However, your theme automatically leaves an empty space for a sidebar and pushes everything to the left or right. See sample below. We are using WP Bakery. Please advice.
https://dealerscope.com/dealerscope-2021-40-under-40-awards/
Hi,
If you do not want sidebars, the make sure that you set those options for posts -> https://prnt.sc/11oj41a and for pages https://i.imgur.com/CAHCJHf.png also there are individual options for this -> https://i.imgur.com/VJ7gr8t.png
Hope this will help you!
Thanks, it helped with the copy but not with embedded forms. We like to center them but no matter which page layout we choose they get pushed to the left. See link: https://dealerscope.com/dealerscope-2021-40-under-40-awards/
Hi,
It looks that the extra space is because of the max width from the widget use https://i.imgur.com/D79wuic.png if you want to keep the width on only set it to center try this code https://i.imgur.com/8DTxsre.jpg
.wpb_text_column .smcx-embed {
position: relative!important;
margin-left: auto;
margin-right: auto;
}
This code need to be set in theme panel> custom code> custom css.
Hope it will help you!
Hi, We still have the problem when setting up regular pages that the page gets divided into 2/3 1/2 by default. Can you send us some code that prevents that?
Hi,
Page check when you make a new page to be set without a sidebar, for this please use the theme panel option – https://i.imgur.com/2KFthGe.png
I hope this will help you!