How to add a vertical line between the post and sidebar?

Posted in: Newspaper
Post count: 13

as i mention in the above i need a vertical divider between post and sidebar.. and I need a block title style as shown in the following image..

Thanks in advance.. 🙂

Post count: 22421

Hello,

You can achieve this by adding a border to the sidebar. Use this custom CSS:

.single-post .td-ss-main-sidebar{
border-left: 2px solid grey;
padding-left:10px;
}

Add it in the theme panel->custom CSS box

Thank you!

Post count: 13

Thank you for the fast reply 🙂 and can you tell me the steps to get the block title as in the image?

Thanks in advance

Best regards

Post count: 13

No need to reply for the above one 🙂 I’ve removed inline 😉

Post count: 22421

Hi,

You can read this topic about how to increase the width of the title background to achieve the effect you wanted.: https://forum.tagdiv.com/topic/width-of-widget-title-background-color/

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.