Hi All,
I need a small help related to my website design. I had recently added an app to display “Add to Cart” button on my products and it’s working fine. However on the home page, the ATC button is not displaying properly because height of that particular section is less. I need to increase the bottom height a bit so that ATC button is visible.
Please check the image reference. The yellow color in the second and third product is actually the ATC button which is not being displayed properly. If we slightly increase the size, that will be visible.
Please check and help. Thank you in advance.
Website link: www.kavipoetryart.in
Theme: Prestige
@kavipoetryart ,
.flickity-viewport {
height: 454px !important;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Try adding the code. But after adding this, Homepage banner page has shrunken. Please check attached image.
You can try to add this code
.ProductItem .ws_quick_buy { min-height: 60px; }
Hello @kavipoetryart
It’s GemPages support team and glad to support you today.
You can follow these steps:
- Go to Online Store → Theme → Edit code
- Open your theme.liquid theme file
- Paste below code before :
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
I am glad that my suggestion is helpful to you.
Best regards,
GemPages Support Team
I just checked in safari browser. The ATC is getting slightly getting cut from the bottom. What should I do for that? Attaching screenshot for the same.