How to Remove Space Between Product Photo and Description (prestige theme)

Topic summary

A user encountered excessive spacing between product photos and descriptions on their Shopify store using the Prestige theme.

A PageFly representative provided a CSS solution involving three steps:

  • Navigate to Online Store → Theme → Edit code
  • Locate the theme.css file
  • Add custom CSS code (.Product__Wrapper .Product__Aside { min-height: 0 !important; }) at the bottom of the file

The solution was implemented successfully and resolved the spacing issue. The discussion is now closed with the problem fixed.

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

Hello Everyone,

I do have so much space between my product photo and the description. How can I reduce the space?

It’s about this online shop: https://bijuuu.com/products/anzac-geflochtenes-lederarmband-mit-gravierten-ringen-2

Could anyone please advise?

Thank you!

Hi @zehrace

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

.Product__Wrapper .Product__Aside {

min-height: 0 !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Wow this was supper fast!

Thank you it worked perfectly.

1 Like

You are welcome @zehrace :blush: