Hi,
I was wondering if layering content & images like in this website is doable in Enfold, without the layer slider?
http://wearehuntly.com.au
Thanks so much, Corina
Hi Corina!
You can enable custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your columns, give them a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 768px) {
.your-custom-class { position: relative; left: -100px; }}
Cheers!
Yigit