Hi There,
The entire website is at 1310px but I would like to customise one page to full width.
Can anyone please help, I’m about to make the page live in a few hours. See link below.
Thanks.
Hey WinleyG,
Thank you for the inquiry.
We could use the .page-id-UID (unique ID) selector to adjust the style of the elements within a specific page. The following css code for example should adjust the maximum width of the containers in the stock page above.
.page-id-295 .container_wrap .container {
max-width: 90vw;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hi Ismael,
I’ve done the changes but only the top part adjust to the full width. The body width remains unchanged.
Can you double-check for me.
Thanks
Hi,
Please try this CSS instead:
.page-id-295 .container_wrap .container {
max-width: 100%;
padding: 0;
display: table;
margin: 0 auto;
}
Best regards,
Rikard
Hi,
Still not working.
Do you think the reason why it’s not responding is because the content is from a code block.