Home>Support>Full Width Posts

Full Width Posts

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.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 11 years, 1 month ago Computermedic

    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/

  2. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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:

    /* Hide Sidebar on Single Posts */
    
    .single #secondary { display: none; }
    .single #primary { width: 100% !important; }

    You have a solution in that regard so the above is more for reference.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More