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.

Theme not stretching full width ??

Resolved 3 replies themetheme-vantage
10 years ago · Last reply by fnanfne 10 years ago

Hi.

Please have a look at this site I’m building.

http://swclimited.com/swclimited/

I can’t figure out how to stretch the theme so that the menu bar, footer and site content stretches across the page. The logo (logomakr.com is down, I can’t make a nice logo!) should be on the far left with the search button on the far right with all the pages neatly spaced out in between. So also the content of the site, it’s as if it’s all “boxed” in for some reason. The theme was originally set to “boxed” but I change it to “full width” but only the meta slider seemed to have listened to that command :/

Please help!

URL: http://swclimited.com/swclimited/

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. fnanfne 10 years, 8 months ago

    I really love helping and talking to myself, that’s what a forum is all about right?

    Anyway, for anyone else having this issue, do the following….

    1) Go to Appearance —-> Editor
    2) Search for the following line…

    body.responsive.layout-full #page-wrapper .full-container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    }

    3) Change this line to the following….

    body.responsive.layout-full #page-wrapper .full-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    }

    NOTE: The last line “padding..” is optional and basically moves your logo from all sides by 15 pixels. You can also do a “padding-left”, “padding-right”, “padding-top” or “padding-bottom” (without the quotes) to move the logo in only one direction. using only padding, will shift the logo from all sides.

    Job done.

  2. Magus Staff 10 years, 8 months ago

    Hi Fnanfne

    We work through a prioritized forum queue, and unfortunately it’s takes us some time to get through all the threads.

    https://siteorigin.com/about/forum-thread-prioritization/

    You would be better off posting your changes into a custom CSS editor

    https://wordpress.org/plugins/so-css/

    Altering the theme files directly will not survive an update as WordPress completely removes any older version of a theme before installing the updated one. If you need to make more in depth changes please use a child-theme.

    https://codex.wordpress.org/Child_Themes

    Magus

  3. fnanfne 10 years, 8 months ago

    Hi Magnus

    Thank you for your kind and very helpful response, I totally understand.

    bstrgrds

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