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.

Replies

3
  1. Andrew Misplon Staff 10 years, 11 months ago

    Hi Dcarolino

    Apologies for the delay here.

    Do you have the urls available for the two pages being tested?

  2. dcarolino 10 years, 11 months ago

    Hi Andrew.

    The url for the english version of the site is http://www.kaffamobile.com/.

    Today we are using the ‘Full Width’ layout, and this option affects the whole site. We want to test the ‘Boxed’ layout so I’m wondering if there’s a way to set the layout per page.

    Thank you for your attention.

  3. Andrew Misplon Staff 10 years, 11 months ago

    If you inspect the source of any page you’ll see a body tag near the top, each body tag has a unique class. Once you know that class you can change the setup for a page. This is how it would look for the home page:

    .home.layout-full #page-wrapper {
      padding-top: 20px;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 1080px;
      margin: 0 auto;
    }
    .home.layout-full {
      background-color: #CCC;
    }

    You’d need to replace the word ‘home’ with the body class of the page you want to change.

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