How To Adjust 2 Things?

Dear pals.

I want to adjust 2 things.

1) “Add to cart” button is irregular. I want to make buttons alignment straight.

2) I want to reduce space (up & down) between blocks.

Could you let me know?

Thank you~!!

Try to add the following code to the CSS section of the Theme editor

.ty-grid-list__item-name .product-title {
    max-height: 32px;
}
.tygh-content .homepage-hotdeals {
    margin: 10px 0;
}