• Resolved richtiger1

    (@richtiger1)


    Hi all,

    I’m trying to make the container 100% width for just one specific page.
    I can easily do it for all pages by using

    .container{
    width: 100% !important;
    }

    However, for page-id-906 I can’t get the right CSS code.

    URL: https://www.salonivon.nl/webshop

    Can anyone help me out on this one?

    Thanks in advance,
    Richard

Viewing 1 replies (of 1 total)
  • Thread Starter richtiger1

    (@richtiger1)

    Fixed it with the following CSS;

    .archive .container[role=main]{
    width:95%;
    }

    Seems to work fine for now!

Viewing 1 replies (of 1 total)
  • The topic ‘100% width container specific page only’ is closed to new replies.