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 #2994655
between space of h2
Closed

Comments

  • jijiart started the conversation

    Hi , Please let me know how do I change space between h2 sentence. I need more space of this h2 sentence 

  •  2,492
    PenciDesign replied

    Hi,

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

    body.single .entry-content h2 {
        margin-bottom: 30px;
    }

    Change 30px with the spacing you want to display.

    Regards,
    PenciDesign.



  • jijiart replied

    this css code doesn't work
    I mean I want to change line spacing when I check h2 on smart phone 

  •  2,492
    PenciDesign replied

    Hi,

    This code will only work on mobile devices:

    @media only screen and (max-width: 767px) {
        .entry-content h2 {
            margin-bottom: 30px;
        }
    }

    Regards,
    PenciDesign.



  • jijiart replied

    It has solved! Thank you so much!