Shopify themes, liquid, logos, and UX
Right now my product page is too tight, the images hug the description (https://samarashuter.shop/products/fruitful).
How do I move the images and make them centred instead of hugging the description?
Thank you
Hi @SamShuter
You need to add padding.
If this is okay here is the code.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (min-width: 749px){
.flickity-viewport {
height: unset !important;
}
.grid__item.product__media__wrapper.large-up--five-eighths.medium--one-half.product__mobile--thumbs {
padding-right: 50px;
}
}
And Save.
Note: I didnt add the padding on the product content, it look congested.
Hi@SamShuter ,
It seems that you have solved the problem by adding "padding-right: 50px" in the theme.css.
@media only screen and (min-width: 749px) {
.grid__item.product__media__wrapper.large-up--five-eighths.medium--one-half.product__mobile--thumbs {
padding-right: 50px;
}
}
I have checked your website, and it displays relatively well.
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025