All things Shopify and commerce
Hi there, for *desktop version only, i want to lower the product description and everything else underneath the description lower as its too close to the header gridline. Mobile version is perfect. However, without pushing down the product image as i want them full width with no white gap on top or left side.
And if possible for *desktop version only, where the products images are stacked, i would like to make a 1px gap between the images as of right now theres maybe a 2px gap going down and 4px going across and i would like to imply a 1px between the stacked images for desktop version.
Thank you in advance.
Solved! Go to the solution
This is an accepted solution.
Hello @crepscity
Here the option
if you want to only 1px gap then you add a css in base.css file
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Hi @crepscity,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
{% if template.name == 'product' %}
<style>
@media only screen and (min-width: 750px) {
.product__media-item:first-child .product__media {
margin-top: 16px !important;
}
.product__media-list.grid {
column-gap: 3px !important;
row-gap: 3px !important;
}
}
</style>
{% endif %}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This code only pushed the product image down which created a white gap on top. I only want the product *description, sizes, prices ect, lower for *desktop version. The product images are perfect the way they are now.
This is an accepted solution.
Hello @crepscity
Here the option
if you want to only 1px gap then you add a css in base.css file
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025