Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #328723

    Hey Kriesi-Team,

    I just updated to V3 and it seems that my full-width CSS customization (you help here) doesn’t work anymore:

    #galerie .container {
    width: 100% !important;
    height: auto !important;
    }

    …was added to the Container “galerie” but it seems to have no impact anymore. On the other hand, I had the same customization for a page with a revolution slider and this is now full width without the need of any additional CSS.

    #329460

    Hey quicky2000!

    Thank you for using Enfold.

    Please use this:

    #galerie .container {
    width: 100% !important;
    height: auto !important;
    margin-top: -47px;
    max-width: none;
    }

    Regards,
    Ismael

    #329596

    Hi Ismael,

    just tried. And it’s still not 100% in width as it was it before.

    Do you have any other idea?

    Thanks in advance!

    quicky

    #329603

    Hi!
    Change the code from this:

    #galerie .container {
    width: 100% !important;
    height: auto !important;
    margin-top: -47px;
    max-width: none;
    }

    to this

    #galerie .container {
    width: 100% !important;
    height: auto !important;
    margin-top: -47px;
    max-width: none;
    padding:0;
    }
    
    #jig1{
    width:100% !important;
    }
    

    Regards,
    Arvish

    #329734

    Awesome, it works! :-)

    The #jig1 wasn’t even needed

    Thanks a lot!

    #330041

    Hi!

    Glad @Arvish helped. :)

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Full width doesn't work anymore’ is closed to new replies.