Home › Forums › Gillion Theme › Add more post width
Home › Forums › Gillion Theme › Add more post width
it’s possible to add more width to single post and not destroy responsive system? Thanks
I tried through CSS but as I said responsive’s died
My url:
https://www.metalsymphony.com/test/2018/12/27/bones-minerva-entrevista-2018/
Hi @msymphony,
Thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (min-width: 1250px){ .single-post .container.entry-content { width: 1250px !important; max-width: 100% !important; } }
Best regards,
Shufflehound team