Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
This may have already been covered but I was wondering how to make Posts be full width. Specifically accommodating Metasliders ability to make a full width slideshow. Full width slideshows currently work fine on Pages.
Thank you for your time.
I have had some success adding this into Custom.CSS:
body.responsive.layout-full #page-wrapper #main .full-container {
max-width: 100% !important;
}
However Metaslider is still not full width. I am currently using Page Builder with a Visual Editor Widget on %100 using the Metaslider shortcode. Here is a link to one of the pages in question:
http://goodwintek.com/computer-repair-sanford-maine/
Hi
Removing sidebar widgets would make posts go full width. There are also Custom CSS solutions for that. I’m not sure we can get Meta Slider full width in posts though. On pages the slider is inserted above the main content area which isn’t bound, that allows the full screen width functionality. It would require custom development to achieve the same thing with posts.
If you wanted to keep your sidebar elsewhere but wanted it gone just for single posts this is the CSS you could try:
You have a solution in that regard so the above is more for reference.