• Resolved rgjjansen

    (@rgjjansen)


    Hi there, how can I create a border between normal lay out and sidebar in the theme Satisfy? Right now everything is just with a white background & no border.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Rgjjansen,

    Please pass the site url so we can provide the custom css as per the need.

    Kind regards,

    Manoj

    Theme Author Webbjocke

    (@webbjocke)

    Hi yeah a url would be nice. But if you haven’t modified anything adding this css should probably do the trick.

    @media (min-width: 992px){
      .sfy-pad-left{ /* right sidebar */
        border-left: 1px solid #e8e8e8;
      }
      .sfy-pad-right{ /* left sidebar */
        border-right: 1px solid #e8e8e8;
      }
    }
    Theme Author Webbjocke

    (@webbjocke)

    I just had a request from someone else who also wanted this. So for everyone’s information there will be an option for sidebar borders in the next update. However an update for the theme was just released so it could take a while, but until then the css above can be used (just copy and paste it into the “Additional CSS” section in customizer and change #e8e8e8 to whatever border color you want). It will be overridden in the next update ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme Satisfy Sidebar border?’ is closed to new replies.