Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #334361

    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

    #334669

    Hey takingaction!

    Thank you for using Enfold.

    Please try this:

    #jigsection1 .container {
    width: 100%;
    max-width: none;
    padding: 0;
    }

    Cheers!
    Ismael

    #335196

    That worked. Thanks very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Can't get Color Section to be Full Width after Upgrading’ is closed to new replies.