Home › Forums › Jevelin Theme › full width section in blog post
Home › Forums › Jevelin Theme › full width section in blog post
hi guys i want the backgroun image of a blog section full width
i have set full width in the options of the section but not work
this is how i see:
https://instantenet.com/que-es-un-certificado-ssl/
its possible this:
https://snipboard.io/LpVfhI.jpg
thanks!!
Hi @Antalvespo,
I hope you are well today and thank you for your question.
Please also set that Blog post layout to full width as you have set for your website home page.
Best regards,
Shufflehound team
Hi guys i have this settings
in page settings
https://snipboard.io/A0OfkD.jpg
in section options
https://snipboard.io/C94SuT.jpg
https://snipboard.io/j5i3wr.jpg
in theme settings – General
https://snipboard.io/MxiPCl.jpg
where is the option of blog post layout full width you tell me?
The Unyson full width section only works in the page having full width layout as described in the below topic and not posts.
https://support.shufflehound.com/forums/topic/full-width-section/#post-31940
https://support.shufflehound.com/forums/topic/full-width-section-not-working/#post-26114
This code not work for me dont do anything
Instead of above shared CSS code you can use the below custom CSS code that will only affect to the pages you have set Page layout to Full Width as shown in the attached screenshot.
.content-container.sh-page-layout-full .container.entry-content { width: 100% !important; max-width: 100% !important; } i forgot something?
As said above, the Unyson full width section only works in the page having full width layout and not posts.
Are you trying to do it for posts?
If yes then instead try using the below CSS code.
.single-post #page-container .container.entry-content { width: 100% !important; max-width: 100% !important; }