Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3023928
Single post header margins
Closed

Comments

  • sarcasticweb started the conversation

    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)

  •  2,490
    PenciDesign replied

    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 replied

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

  •  2,490
    PenciDesign replied

    Hi,

    Please use this CSS code for the category page:

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

    Regards,
    PenciDesign.