Hello @Multicoloruni , Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file. open “quick-add.css”
- Add the following code at the end of the file.
Find the CSS with .quick-add class.
.quick-add {
position: relative;
grid-row-start: 4;
margin: 0 0 1rem; /* this is old CSS, remove or comment this CSS */
margin: 0 auto; /* this is new CSS, add this CSS */
z-index: 1;
}
See the screenshot below,
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

