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 #1706303
Width of text in blog posts
Closed

Comments

  • Bens Velospektive started the conversation

    I want to customize the width of the text (and only the text, not the pictures or anything else) of all the posts (also the portfolio text). Tried the code

    body.page .inner-post-entry { max-width: 800px; margin: auto; }

    but that also effects pictures and even the portfolio category preview.

    Can you give me a better coding?

  •  2,699
    PenciDesign replied

    Hi,

    Unfortunately, currently this theme doesn't support style like that


    Best Regards,

    PenciDesign

  • Bens Velospektive replied

    Alright. But is it at least possible to uncouple the width of the thumbnails of the portfolio from the posts?

  •  2,699
    PenciDesign replied

    Hi,

    Do you mean to create a style like on single Portfolio for posts?

    If right, please try add more this code to Customize > Custom CSS to do that:

    body.single .post-entry{ max-width: 800px; margin-left: auto; margin-right: auto; }

    Best Regards,

    PenciDesign