any app or other way to add a add to cart button under product to get quick checkout
Hi @shumailasharif !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation.
You can try this code;
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.product-card {min-height: 340px;}
@media only screen and (max-width: 749px){
.product-card {min-height: 270px;}
}
Best Regards;
Pagefly
Hi @shumailasharif !
Use this code for your soution.
Send me page url I will check. Copy and paste the code at the bottom of this file.
Hi @shumailasharif !
- From Shopify Admin select Online Store and click on Themes
- Choose your main theme
- Click the . . . on the top left-right (see below) and hit Edit code
- Open Snippets → product-card-grid.liquid File and paste below code at the end of the page
Best Regards;
Pagefly
thank you so much .it works

