product image and product text are too much to the left in the mobile version - simple theme

Hi!

On collection pages all of my product images and product text are too much to the left. (mobile version only) Any suggestions how to fix this?

Hi @WahlkvistAlex ,

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.

  • Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.collection-sorting+.grid {
margin-left: 0px !important;
}

Hope it helps!

If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.

hello @WahlkvistAlex

please Go to Online Store-> Theme->Edit code then go to assets/theme.css ->paste the below code at the bottom of the file.

.collection-sorting+.grid {
margin-left: 0px !important;
}

Lifesaver! thank you!