Hi,
I’m not seeing the sidebar on the shared page. Please share the URL or page name where it present to check.
https://superiordigital.com.au/seo-quote/
It is
sidebar – centre – sidebar
This was the only way I knew how to make the form not the entire width of the page. Do you have an alternative method? Because when viewed on a MacBook pro it is entire width of screen. The sidebars have no effect
Hi,
Please add the below CSS code from Appearance > Customize > Custom CSS, and check.
@media only screen and (min-width: 960px) {
.content-both-sidebars.scs-style .content-area {
float: left !important;
width: 44% !important;
left: 28% !important;
border-left-width: 1px !important;
}
.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
width: 28% !important;
}
.content-both-sidebars.scs-style .widget-area.sidebar-secondary {
position: relative !important;
left: -44% !important;
padding-right: 30px !important;
}
}