Is it possible to have images overlapping the container in Enfold?
I have included an screenshot of the Crazy Domains website to explain what I mean (image of pamela anderson) :
https://www.dropbox.com/s/74tvyyr86q5ez8n/Screen%20Shot%202014-11-04%20at%204.41.17%20pm.png?dl=0
Hi markpevans!
Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your image element a custom CSS class (i.e. “pam”) and then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.pam {
position: relative;
left: -10px;
}
Cheers!
Yigit
Outstanding once again!!! Thank you Yigit for your support and help :)