Hello,
I would like to add picture that stick to bottom of a Color Section,i tried add a single column together with the picture in it and to make it padding bottom 5% or something but it didnt work, can someone give some advice for how to do this? Thanks in advance.
Hey raydeeyo!
Please turn on the custom css class name
Add css class name “position-bottom” to the image which need to be positioned at the bottom.
Then add the below css to Quick CSS in Enfold > General Styling
/* position bottom*/
.position-bottom{
position:absolute;
bottom:0;
}
Cheers!
Vinay
It works! Thanks for the help