Theme layout gone / all over the place ?

Topic summary

A Shopify store owner accidentally broke their theme layout while attempting to add custom code. The site at www.Auzdollz.com displayed incorrectly despite attempts to revert changes.

Root Cause Identified:

  • Missing closing curly bracket in the base.css file
  • The .collection.page-width CSS rule was incomplete

Solution:

  • Add the missing closing bracket } to properly close the CSS rule
  • A screenshot was provided showing the exact location of the syntax error

Resolution:
The issue was successfully fixed by the store owner following the guidance provided.

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

Hey

I was trying to add some code for my theme and somehow managed to mess up the whole lot xD , I have tried reverting it back but nothing changes it.

My store website : www.Auzdollz.com

any insights be great !

thanks

1 Like

Hey @Auzdollz ,

I checked your store and it seems like you were playing with some CSS and you forgot to add a curly bracket at the end of base.css file.

Can you make this:

.collection.page-width {
padding: 0rem !important;
}

Hopefully that should work :slightly_smiling_face:

Cheers!
Shubham | Untechnickle

1 Like

I see you’ve fixed it :grinning_face_with_smiling_eyes:

Feel free to reach out if you have any more questions.

Cheers!
Shubham | Untechnickle

1 Like