Skip to content Skip to sidebar Skip to footer

Buttons On The Same Row - Css/html

I am tryin get all the buttons on the same line of height. Tried different min-height options for different classes but have no idea how to actually fix it. It's the red buttons un

Solution 1:

ul.products li.product h3 {
font-size: 1.1em;
min-height: 53px;

}


Post a Comment for "Buttons On The Same Row - Css/html"