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 #2794996
Single post title spacing setting
Closed

Comments

  • skanstn1004 started the conversation

    Can I set the space between the top and bottom of the title on mobile?

  •  2,495
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > Custom CSS, then paste the following custom CSS:

    .container-single .header-standard .post-title {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    Change 30px and 60px by your value.

    Best Regards,
    PenciDesign.