Hello, I have a very large gap between the product slideshow and the description. The images in the Description section are arranged randomly.
Store URL: besthomestayl.myshopify.com
A user reported two layout issues on their Shopify store: excessive spacing between the product slideshow and description, and randomly arranged images within the description section.
Two solutions were provided, both involving custom CSS code:
Solution 1 (Moeed):
theme.liquid file above the </body> tagSolution 2 (PageFly-Richard):
theme.liquid file above the </head> tagBoth responses provide step-by-step instructions for accessing the theme code editor through the Shopify admin. The main difference is the placement location of the CSS snippet (before closing body tag vs. before closing head tag).
Status: The issue has received two potential solutions but no confirmation yet from the original poster on whether either approach resolved the problem.
Hello, I have a very large gap between the product slideshow and the description. The images in the Description section are arranged randomly.
Store URL: besthomestayl.myshopify.com
Hey @U_John
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @U_John
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly