Reduce The White Space In The Product Description

Topic summary

A Shopify store owner using the Empire theme seeks to reduce excessive white space in product descriptions.

Another user provides a CSS solution:

  • Navigate to Online Store → Edit Code → theme.liquid file
  • Insert custom CSS code above the </body> tag

The solution appears successful, as the original poster responds with thanks. The fix likely involves CSS styling to adjust spacing/padding in the product description area, though the specific CSS code snippet is not fully visible in the conversation.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

Hello,

I need help with reducing the withe space in my shopify Empire theme product description (red lines)

link : https://bit.ly/3PYvJkY

Hey @salaheddine2

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. 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

thank you