Home › Forums › Jevelin Theme › Full Width Settings
Home › Forums › Jevelin Theme › Full Width Settings
Hi,
I’d like my sections to extend from the complete left to complete right of each page, the same way my header and footers do. All my settings for my website are set to “full width”, but I can’t seem to get my colored sections to extend to the edge of the pages. I’ve added a link below to demonstrate what I mean.
Solution for this topic
Hi @LeaV,
I hope you are well today and 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
.container.entry-content { width: 100% !important; max-width: 100% !important; }
Best regards,
Shufflehound team
Perfect, thanks!
You are most welcome here š