I have a color section just below the top of the page layer slider which contains 4 images. When viewed on a small window or screen, I want them the section to expand vertically. It does not.
Note the same color section placed at the page bottom. It does exactly what I want when either viewed on a smart phone, or I make the browser window narrower.
Any suggestions to make the color section at the top respond as it does on the bottom?
Site is http://www.hessel.org/home-3/
Thanks!
Twerry
Hi Andy!
Please edit your color section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .flex_column { width: 25%!important; margin: 0!important; }
Best regards,
Yigit
Perfect! That did it.
Thanks