Comments Bens Velospektive started the conversationSeptember 9, 2018 at 9:55pmI 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,700PenciDesign repliedSeptember 10, 2018 at 2:58amHi,Unfortunately, currently this theme doesn't support style like thatBest Regards,PenciDesignBens Velospektive repliedSeptember 10, 2018 at 4:46amAlright. But is it at least possible to uncouple the width of the thumbnails of the portfolio from the posts? 2,700PenciDesign repliedSeptember 10, 2018 at 7:20amHi,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 Sign in to reply ...
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?
Hi,
Unfortunately, currently this theme doesn't support style like that
Best Regards,
PenciDesign
Alright. But is it at least possible to uncouple the width of the thumbnails of the portfolio from the posts?
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:
Best Regards,
PenciDesign