Skip to content
Public Ticket #20756

Single post header margins

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please use this CSS code for the category page:

body.category .penci-single-wrapper .container {
    padding-left: 120px;
    padding-right: 120px;
}

Regards,
PenciDesign.



sarcasticweb replied

Customer Reply

Thank you one more thing need to do the same thing to the categories page.

PenciDesign Supporter replied

Staff Reply

Hi,

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

body.single .penci-single-wrapper .container {
    padding-left: 120px;
    padding-right: 120px;
}

Change 120px to the spacing you want to show.

Regards,
PenciDesign.



sarcasticweb started the conversation

Conversation Start

How can I set the left and right margins for the post category, post title, and post author on a single post page? (10px or 1em)

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