Home>Support>Border on theme Vantage
  1. 9 years, 7 months ago Greg Priday
    Hi, I Work Here

    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. 9 years, 7 months ago James

    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. 9 years, 7 months ago mitsisd

    thnx a lot ….

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

    • 9 years, 7 months ago Andrew Misplon
      Hi, I Work Here

      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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More