Skip to content
Public Ticket #28185

How to increase distance from H2 and H3 from the previous text

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

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

.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin-bottom: 15px;
}

Change 15px to the spacing you want to show.

Regards,
PenciDesign.



ISOLE-GRECHE started the conversation

Conversation Start

I'd like to know hot to increase distance from H2 and H3 from the previous text

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