Shopify themes, liquid, logos, and UX
Hi, I use this multifunction app called VITALS and I would like to center the review widget (See screenshot). Any idea how to do this? Thank you for your help.
Store URL: https://inkly.fr/?_ab=0&_fd=0&_sc=1&preview_theme_id=162795487497
Solved! Go to the solution
This is an accepted solution.
Hi @INKLY
check this one if it work, if not then you need to contact your app provider.
div#shopify-block-vitals_reviews_stars_mfdX3E .vtl-pr-review-stars-snippet {
justify-content: center !important;
}
This is an accepted solution.
Hi @INKLY
check this one if it work, if not then you need to contact your app provider.
div#shopify-block-vitals_reviews_stars_mfdX3E .vtl-pr-review-stars-snippet {
justify-content: center !important;
}
Hi @INKLY Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.bundle-aggregated_reviews {
display: flex;
justify-content: center;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025