Hi ,
I would like to knowhow to center align the product name .
Right now the alignment is proper in the website but if I update the theme , the product name is getting aligned to the left.
The developer previously haven’t informed about the code edited and I have very basic knowledge in coding.
So I would like to know what code change must be done in showcase theme to get the name aligned to the center
Thanks in advance
Before update:
After update of the theme:
Hello @Divya19
Please send me your store URL and password, so I can check it and update you.
Hi @Divya19
I check your store, they are still on the center alignment. Is this another theme, you like to align? Please, share the preview. Thanks!
Moeed
4
Hey @Divya19
Share the preview URL of the draft theme in which they are showing off-centered.
Best Regards,
Moeed
Hi ,
After updating the new version of the theme , the problem of alignment happens .
Please find the Preview URL of the draft theme
https://6z8wlxuojbuueu7v-55474028644.shopifypreview.com
Hello @Divya19
- Go to Online Store → Theme → Edit code.
- Find the file style.css and paste the code below at the bottom of the file.
.caption.upper {
text-align: center;
}
.price {
text-align: center!important;
}