Overlapping sections on product page dawn theme

Topic summary

A user encountered overlapping sections on their product page using the Dawn theme. Specifically, elements were overlapping regardless of whether suggested products were enabled, and accepted payment card options were also displaying incorrectly.

Resolution:
After the user shared their store URL and removed password protection, a solution was provided involving custom CSS code:

  1. Navigate to Online Store → Edit Code
  2. Locate the theme.liquid file
  3. Insert specific CSS code above the </body> tag

The solution successfully resolved the overlapping issue. The problem appears to have been a CSS conflict causing layout elements to stack improperly on the product page.

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

I’ve been creating my page and I checked the product page and all of a sudden everything is overlapping, if i get rid of the suggested products the accepted card payment options is also still overlapping.

@gracieloo704

Please share your store URL!

Thanks!

Hey @gracieloo704
Kindly share your Store URL and Password if enabled

https://ea2054-2.myshopify.com/

https://ea2054-2.myshopify.com/

i removed password

Hey @gracieloo704

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.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Perfect thank you!