How do I remove the space between product picture and product description?
I have the theme Frame. Heres a photo from the product page.
How do I remove the space between product picture and product description?
I have the theme Frame. Heres a photo from the product page.
@WhiteDiamondM - can you please share this page link?
Hello @WhiteDiamondM ,
It’s GemPages support team and glad to support you today.
Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.template-product .product-content-section {
margin-top: -150px;
}