Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1181783

    Hi guys,

    I’m trying to get the price to stick to the bottom of its container, so it sits right above the purchase button. You can have a look at the link (scroll a little down)
    I also added a screenshot.

    Thank you very much!

    Yours Faithfully,
    Gillian

    #1181790

    Hey Gillian,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .home ul.products li .price {
        position: absolute;
        bottom: 0;
    }
    
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Align price bottom’ is closed to new replies.