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.

Article still not full width even after full width stretched.

7 years ago · Last reply by Alex S 7 years ago

Hi

Thank you very much for this wonderful plugin firstly.

I wanted to make my articles full width but in vain even after setting the layout to full width stretched. Below are the links. There are still some space on left and right.

https://www.rparthiban.com/articles/udacity/6-robot-localization-part-2-move/
https://www.rparthiban.com/articles/misc/graphviz-test/

Can you kindly help how to make it wider?

Also is there a way to make all pages full width at once? Looks like I have to do this full width stretch option in every post and page?!

Thanks in advance for the help

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 7 years, 9 months ago

    Hi Parthiban,

    The issue with the iframe you’re embedding is that its contents aren’t full width. You’ll need to edit the embedded HTML file and make the contents full width to allow for the iframe contents to be full width.

    Regardless of the above, you can automatically remove the content container with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:

    #content.site-content .container {
    	max-width: none;
    }

    You might also need to install the SiteOrigin CSS Editor.

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