Home › Forums › Support › show and hide right line This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 18, 2019 at 8:48 am #785691 Gonzalo Hi! I add this css, to separate right sidebar widgets from content area: .content-area { border-right-width: 1px; border-style: solid; border-color: #f1f1f1; } http://prntscr.com/m8zmk1 But, this line it’s not hidden in Content (without sidebars). http://prntscr.com/m8zm8i Can you help me? Regards January 18, 2019 at 10:24 am #785763 LeoStaff Customer Support Hi there, When a right sidebar layout is used, there would be a unique right-sidebar class in the <body> tag. That means you can do this: body.right-sidebar .content-area { border-right-width: 1px; border-style: solid; border-color: #f1f1f1; } January 18, 2019 at 10:29 am #785765 Gonzalo perfect, thank you Leo! January 18, 2019 at 10:36 am #785770 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In