Skip to content
Public Ticket #4328

Width of text in blog posts

Conversation thread

PenciDesign replied

Staff Reply

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

Bens Velospektive replied

Customer Reply

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

PenciDesign replied

Staff Reply

Hi,

Unfortunately, currently this theme doesn't support style like thatfrown.png

Best Regards,

PenciDesign

Bens Velospektive started the conversation

Conversation Start

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?

Want to join this conversation or access attachments? Sign in first.