My website is TuneToyz.com And I am having a problem with my product page on mobile the image is misplaced can someone please help me fix. There is a lot of space between the top header and the bottom price.
Hi @TuneToyz ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
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 ![]()
Hi @TuneToyz
This code caused the issue. Please find and remove it from where you added the code to solve the issue
.flickity-lazyloaded { transform: translateY(-90px); }
Hello @TuneToyz
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
and add this code at the end of the file.
.flickity-slider {
top: 80px !important;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks


