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 #1499741
Increasing padding on single posts
Closed

Comments

  • thefabricstore started the conversation

    Hi,


    I would like to increase padding on single posts. Can you please provide frame for custom CSS that will allow me to edit this?

    Thanks.

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to do that:

    .container.container-single{ max-width: 800px; }

    Change number 800 to value you want.


    Best Regards,

    PenciDesign

  • thefabricstore replied

    Thank you! This worked perfectly.