• I am using the theme “the-king” on this website https://www.iamlipsit.com and I want to get a divider between the content and the sidebar. How can I accomplish this. I have made some changes to the original images in the theme.

Viewing 1 replies (of 1 total)
  • Try adding border-left:1px solid #ccc; to:

    .sidebar {
        background:transparent;
        float: right;
        font-size: 14px;
        padding-left: 0;
        padding-top: 1px;
        width: 217px;
    }

    in your stylesheet.

Viewing 1 replies (of 1 total)
  • The topic ‘content side bar divider’ is closed to new replies.