Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1066629

    Hello,
    I’m trying to change the container size on a specific page. But my css doesn’t work.
    Here’s my code:
    .page-id-1906 .responsive .container {
    max-width: 1400px !important;
    }

    Did I forgot a selector on this code or my page id is wrong?

    Thank you

    Regards,

    Laure

    #1066635

    Hi,
    yep use this one:

    .responsive .page-id-1906 .container {
        max-width: 1400px !important;
    }

    Regards
    Alex

    #1066890

    Hi,

    Thanks for helping out @evendril, did you try that out and did you have any luck with it @laure_r?

    Best regards,
    Rikard

    #1067108

    Hi,

    It’s working thank you!

    Regards

    Laure

    #1067122

    Hi,

    Sorry, I have an other issue.
    I want to exclude the header for this code. I only want to apply that size on the content of this specific page.
    What should I add on the code?

    Thanks

    Regards
    Laure

    #1067157

    Hi

    in this one the header is excluded:

    .responsive .page-id-1906 #main .container {
        max-width: 1400px !important;
    }

    Regards
    Alex

    #1067635

    Hi,

    Thanks again for helping out @evendril :-)

    Best regards,
    Rikard

    #1067679

    Hi,
    Thank you @evendril
    It’s working.

    Regards

    Laure

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