Is there a way to make an image overlap an easy slider?
I have a banner logo that I want to overlap the image slider. I tried using the margins but it would just go behind the pictures.
Hey GitTran,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hey!
You can try this in the Quick CSS field:
.avia-image-container.av-styling-.avia-builder-el-2.avia-builder-el-no-sibling.avia-align-center .avia-image-container-inner {
position: relative;
bottom: -150px;
}
You might want to turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael
Thank you! That worked perfectly.