All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Can you please help me on how to move that product image up closer to the text so that it can be above the fold? Thank you!
Hi @NgocLe1,
You can try this CSS to reduce spacing:
.card__information {
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
If you don't want to use code to make changes, you can refer to page builder apps like GemPages, PageFly... which allow you to easily drag and drop and edit with the available settings.