Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ranks

    (@ranks)

    Also, the line is too close to the content, any way of adding padding between the line and the content?

    Leo

    (@leohsiang)

    Hi there,

    You can use media query to make it desktop only:

    @media (min-width: 769px) {
        .site-main {
            border-right: 1px solid #000;
        }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Line Separator Btwn Content & Sidebar Desktop Only’ is closed to new replies.