Can someone fix this problem? My product picture is cut off at the top.
Hello! @KimGottwald Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file. If you have a custom CSS file, open that instead.
- If you can’t find your custom CSS file, open “base.css”
- Add the following code at the end of the file.
@media screen and (max-width: 590px) {
.product-single__media-group-wrapper {
margin-top: 0 !important;
}
}
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
Hi @KimGottwald
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution in a few minutes.
Worked! But only when I added it to theme.scss. Thank you ![]()
1 Like
Hey @KimGottwald in this ticket also https://community.shopify.com/c/shopify-design/how-to-remove-the-gap-between-header-and-product-picture-desktop/td-p/2612913 you found my help useful, consider liking this message and marking it as the solution.
Thank you ![]()
