• Resolved davidleeallred

    (@davidleeallred)


    My main content background and sidebar background are all the same color. What do I have to do to add a thin line in between the main content and the sidebar to separate the two?

Viewing 1 replies (of 1 total)
  • Hi David,

    You need to add one of the following in your theme’s style.css file:

    #right {border-left: 1px solid; padding-left: 5px;}

    or

    #left{border-right: 1px solid;padding-right: 14px;}

Viewing 1 replies (of 1 total)
  • The topic ‘How do you add a thin line in between your main content and your sidebar?’ is closed to new replies.