Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #610747

    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.

    • This topic was modified 9 years, 2 months ago by raydeeyo.
    #610752

    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

    #610769

    It works! Thanks for the help

    #610937

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.