Skip to content
Public Ticket #25455

Spacing on tags

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

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

.penci-category-description > div {
    margin-bottom: 20px;
}

Regards,
PenciDesign.



PenciDesign replied

Staff Reply

Hi,

Please try to replace the CSS code you sent to this code:

.penci-category-description p, 
.penci-category-description h2, 
.penci-category-description h3, 
.penci-category-description h4,
.penci-category-description h5,
.penci-category-description h6 {
    margin-bottom: 20px;
}

Best Regards,

PenciDesign

PenciDesign replied

Staff Reply

Hi,

It should be the same as on the tag pages. You can give it a try.

Best Regards,

PenciDesign

Fjura started the conversation

Conversation Start

Hello,

may I ask, if I would like to use this code so it will also to have an effect on tag pages, not just category pages, how would could I adjust it?

.penci-category-description p + p,
.entry-content p + p {
    margin-top: 20px;
}

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