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 #2961038
Align content size
Closed

Comments

  • truongdaoanhthu started the conversation

    Hi there, 

    How can I adjust content size for my web?

    I mean, I want to adjust size like image 1. And the image 2 is my current interface. 

    Thank you so much.

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Single Posts → Font size: you can change the single post font size here.

    Regards,
    PenciDesign.

  • truongdaoanhthu replied

    Hi, 

    Perhaps, you misunderstood. I want to ask about alignment. I want my content is in this box like image. How can I do that?

    Thank you.

  •  2,492
    PenciDesign replied

    Hi,

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

    body.single .penci_is_nosidebar {
        max-width: 770px;
    }

    Change 770px by the custom width you want to display.

    Regards,
    PenciDesign.