I’d like to have thumbnails overlay above sections, such as the 3D books you see below the hero video section on this site: http://brendonburchard.com/
Any suggestions?
Hey newpappa!
Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then edit your image element and give it a unique class. Then add following code to Quick CSS and adjust as needed
.your-custom-class {
position: relative;
top: -80px;
}
Regards,
Yigit
Actual hotness. Looks great. Thank you SO MUCH!!