Tagged: full width, quick css, section id
Hi,
I had 2 of my home page color sections going full width across the screen to feature my Justified Image Grid plugin images.
After upgrading to 3.0.1 I can’t seem to do this anymore, even if I use the Quick CSS I had in there originally:
#jigsection1 .container {
width: 100%;
}
Here’s a current screenshot:
http://screencast.com/t/STBT8BMc
My site is here:
http://www.onlineecovercreator.com/
Thanks!
Ron
Hey takingaction!
Thank you for using Enfold.
Please try this:
#jigsection1 .container {
width: 100%;
max-width: none;
padding: 0;
}
Cheers!
Ismael
That worked. Thanks very much!