Hi!
Do you know how I could have a button straddling on 2 blocks please?
Thank you!
Hey squaic!
Please firstly turn on Custom CSS class for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your button a custom class ( i.e. “cool-button” ) then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.cool-button { position: relative; top: 30px; }
Regards,
Yigit
Perfect! Thank you Yigit!