Post paragraph text width

Posted in: Newspaper
Post count: 1

Hope it’s ok to post, I searched the forum to no avail.

Within post content I see in dev tools that each of the contents paragraphs has <p style=”max-width:600px;> which I would like to see changed to max-width:92%, but no matter where I go and try it does not seem to want to do this, in the preview it looks fine in the composer when adding custom css “p {max-width:93%!important;}”, yet hit save, clear all cache and check on front end, no changes are to be seen and the text has still only got <p style=”max-width:600px;>, boss not happy says it looks very ugly, so hope there’s an easy fix, going to use different template not really an option.
Thanks in advance

template screenshot original
https://freeimage.host/i/dXnXKx

screenshot of desired result
https://freeimage.host/i/dXnVPj

Post count: 35449

Hi Quique_Boliches,

If you want to change the post content width you must use a single post template from tagDiv Cloud Library, this can be edited with tagDiv Composer -> https://i.imgur.com/SI6oA9I.png also you can try a custom css like this one -> https://i.imgur.com/hl2uoyC.png
.single .tdb_single_content p {
max-width: 95%!important;
}

This will increase the max post width. The code need to be set in theme panel> custom code> custom css.

Hope this will help you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.