I changed the global width (62%) of the layout with Enfold theme options > General Settings > Responsive Layout …
But I need to have another size for some specific pages (55%).
Please, how can I do that ?
Thank you veruy much,
Jean
Hi euroboos!
Try adding this inside a codeblock element in the page.
<style type = "text/css">
.responsive .container { max-width: 55% !important; }
</style>
If that’s not working then send us a link and we’ll take a look.
Best regards,
Elliott
Hey Elliott,
Thanks for answering.
The code is not working. Nothing happens
So, I found an other solution to reduce the width of the color section with a custom class.
`#custom-width-50 .container { max-width: 50%; padding-top: 0;}
Best regards.
Jean