Search code examples
htmlcssmagento

How to vertical align div


I want the price to be on the same line, just above the View details button. I have tried:

vertical-align: bottom 

but no luck. http://enterprise-demo.user.magentotrial.com/women/tops-blouses.html


Solution

  • You can also move your

    <div class="price-box"> 
    

    in your

    <div class="action">
    

    as his first child.