Comments dbrasil28 started the conversationJuly 23, 2018 at 1:35pmid like to increase my post page width a little because its breaking my tabs.Is it possible?Thanks 3,030Andrew repliedJuly 24, 2018 at 8:16amHi dbrasil28,Could you try and use this CSS to increase width on the post page: @media only screen and (min-width: 1000px){ body.single-post .container{ max-width: 1800px; text-align:center; } body.single-post .post-area{ max-width: 100% !important; } } add it to salient \ general settings - css script related - custom css code.You can increase or decrease the 1800px to what you need.Cheers. Sign in to reply ...
id like to increase my post page width a little because its breaking my tabs.
Is it possible?
Thanks
Hi dbrasil28,
Could you try and use this CSS to increase width on the post page:
add it to salient \ general settings - css script related - custom css code.
You can increase or decrease the 1800px to what you need.
Cheers.