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 #3115284
space between pic title
Closed

Comments

  • chichigou started the conversation

    How can I decrease the space between picture and post title from related post? thank you!

  •  2,488
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .item-related > a {
        margin-bottom: 10px;
    }

    Change 10px to the spacing you want to show.

    Regards,
    PenciDesign.