Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1587617
Divider between blog and sidebar
Closed

Comments

  • Monika Koscielny started the conversation

    Hello. I would like to put a divider between the sidebar and blog / posts on the blog as it is in the picture that I attached. I tried to do this by adding various codes to css but it does not work :( I will be grateful for your reply.

    Best Regards, Monika

  •  2,697
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .container.penci_sidebar #main{ position: relative; }
    .container.penci_sidebar #main:after { content: ''; position: absolute; top: 0; bottom: 60px; width: 1px; display: block; right: 24px; background: #e2e2e2; opacity: 0.6; }

    Best Regards,

    PenciDesign

  • Monika Koscielny replied

    Thank you very much! Is working now:) Have a nice weekend!:)