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 #1275832
Change the width of the text content
Closed

Comments

  • ANNIKA0110 started the conversation

    Hi there,

    I'd like to adjust the width of my blog posts when shown individually. Right now it's quite wide and it kind of interrupts the flow while reading. I couldn't find any options in the theme menu of Wordpress. Is there an easy way to fix that problem without messing with the code?

    Thank you in advance.

    Annika

  •  2,699
    PenciDesign replied

    Hi,


    We will consider to add more this feature in the future.

    For now, you can add more this code to Customize > Custom CSS to do that:

    .container.container-single #main{ max-width: 800px; margin-left: auto; margin-right: auto; }

    Change number 800 to the size you want.

    Best Regards,

    PenciDesign