Buttons on the same row - Css/Html

2019-10-02 01:29发布

问题:

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 under each product. Could you advise how I would go about fixing it?

回答1:

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

}