Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #430536

    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

    #430632

    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

    #430764

    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

    #431170

    Hey!

    Great, glad you found a solution.

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.