This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Full Width Posts

Open 2 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Computermedic 11 years, 8 months ago

    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. Andrew Misplon Staff 11 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread