I’m using dawn theme latest version in that mobile version all the info are centered, but the quantity selector alone takes 2 seconds of time to be aligned in center. This is the drive where I uploaded the video of how it looks Link
website: https://rugd-in.myshopify.com/
password: rugged
Hello! @Sivadarshan Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file. If you have a custom CSS file, open that instead.
- If you can’t find your custom CSS file, open “base.css”
- Add the following code at the First of the file.
@media only screen and (max-width: 749px){
body .price-per-item__container {
justify-content: center !important;
}
}
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
Best regards
K.K