Skip to content
Public Ticket #20241

between space of h2

Conversation thread

jijiart replied

Customer Reply

It has solved! Thank you so much!

PenciDesign Supporter replied

Staff Reply

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

Customer Reply

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

PenciDesign Supporter replied

Staff Reply

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 started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.