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

4
  1. Greg Priday Staff 11 years, 12 days ago

    Hi mitsisd,

    Perhaps the boxed layout will give you what you’re looking for. If you navigate to Appearance > Theme Settings in your WordPress admin, under the Layout tab, change “Layout Bound” to Boxed.

  2. James 11 years, 12 days ago

    hi,

    i have added a a box shadow around the “boxed” layout.

    here is the css i amended

    header#masthead {
    box-shadow: 0px 15px 5px 0px rgba(104, 94, 75, 0.85) !important;
    }

    #main-slider {
    box-shadow: 0px 15px 5px 0px rgba(104, 94, 75, 0.85) !important;
    }

    #main {
    box-shadow: 0px 15px 5px 0px rgba(104, 94, 75, 0.85) !important;
    }

    #colophon {
    box-shadow: 0px 5px 5px 0px rgba(104, 94, 75, 0.85) !important;
    }

    you can change this so to borders like so:

    header#masthead {
    border-top: 2px solid #BE464F !important;
    border-left: 2px solid #BE464F !important;
    border-right: 2px solid #BE464F !important;
    }

    #main-slider {
    border-left: 2px solid #BE464F !important;
    border-right: 2px solid #BE464F !important;
    }

    #main {
    border-left: 2px solid #BE464F !important;
    border-right: 2px solid #BE464F !important;
    }

    #colophon {
    border-left: 2px solid #BE464F !important;
    border-right: 2px solid #BE464F !important;
    border-bottom: 2px solid #BE464F !important;
    }

    this should work for you…

  3. mitsisd 11 years, 12 days ago

    thnx a lot ….

    it’s working perfect!!!!!!!!!!!!!!!!!!!

    • Andrew Misplon Staff 11 years, 11 days ago

      Hi mitsisd, glad to hear that helped.

      @James Titchner, thanks for the help here, much appreciated.

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