Shopify themes, liquid, logos, and UX
Hello,
can someone help me to remove the highlighted gap on mobile so that the product is aligned with the title etc.
Solved! Go to the solution
This is an accepted solution.
Hello @KimGottwald, there is an issue with the image. Please crop and add it again. Your issue will be resolved.
Hi @KimGottwald,
I can see your image have a big gaps at the bottom, so you can try to upload other image (https://aliudclothing.com/cdn/shop/files/Produktbilder_EM_Ultra_FRONT.png?v=1718098384)
Also, you can go to Online store -> Edit code -> find "theme.scss.css" file and update the below code at the last bottom:
.product-single__media-group-wrapper .slick__controls {
margin-top:0 !important;
}
Hope this helps!
This is an accepted solution.
Hello @KimGottwald, there is an issue with the image. Please crop and add it again. Your issue will be resolved.
It worked, but now the picture is cut off on mobile..
Hello @KimGottwald
You can add this code to timber.scss.css
@media only screen and (max-width: 768px) {
.product-single__media-group.slick-initialized {
margin-bottom: -80px;
}
}
Let me know if the issue is solved.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025