Home › Forums › Jevelin Theme › Full width portfolio and blog post
Home › Forums › Jevelin Theme › Full width portfolio and blog post
Hello,
Is it possible to make the portfolio project and blog post fill the screen width?
The rest of the site fills the screen width and I would like these pages to do the same, I’ve attached an example. As it’s currently a dev site I’ve sent the link privately.
Thanks for your help!
Hi @dsharpe,
I hope you are well today and thank you for your question.
I can see on your shared pages that they are displaying full width as shown in the attached screenshot.
If you want content on those pages to touch edges of browser then you can do so 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
.single-fw-portfolio .container.entry-content { max-width: 100% !important; width: 100% !important; }
Best regards,
Shufflehound team