Comments sarcasticweb started the conversationApril 13, 2022 at 4:28pmHow 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) 2,610PenciDesign repliedApril 13, 2022 at 5:16pmHi,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 repliedApril 13, 2022 at 6:23pmThank you one more thing need to do the same thing to the categories page. 2,610PenciDesign repliedApril 14, 2022 at 12:41amHi,Please use this CSS code for the category page: body.category .penci-single-wrapper .container { padding-left: 120px; padding-right: 120px;}Regards,PenciDesign. Sign in to reply ...
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)
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change 120px to the spacing you want to show.
Regards,
PenciDesign.
Thank you one more thing need to do the same thing to the categories page.
Hi,
Please use this CSS code for the category page:
Regards,
PenciDesign.