A user encountered excessive white space on their Shopify product page (Label theme) after removing thumbnail images below the main product image. The layout appeared particularly problematic on desktop at 100% view.
Initial Request:
Align product information on the right with the image on the left
Eliminate extra padding under the main image
Maintain current image size
Solution Provided:
A CSS code snippet was shared to reduce left padding:
Navigate to Online Store → Theme → Edit Code
Locate base.css/theme.css/style.css
Add custom CSS targeting the product section’s padding-left property
Outcome:
The CSS solution successfully resolved the spacing issue. The user confirmed the code worked and improved the page appearance.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
On my product page I got a code to remove the thumbnails under the main image which is great but now I have another issue. There is just too much empty space. Can I align all the product info on the right with the image on the left so there is no extra space under the main image? On PC this looks horrible at 100% view. On Mobile its hard to see it but does look like a lot of extra padding.
Hi @Mike213 ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css Add the provided code at the end of the file.