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.
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
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
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
Awesome, it works! :-)
The #jig1 wasn’t even needed
Thanks a lot!