Hello!
I have two questions on centering objects on the product page. My site is abbieleighdesigns.com
1. How do I center the social icons on the product page?
2. How do I center the reviews and the price in the "You May Also Like" part of my product page?
Solved! Go to the solution
This is an accepted solution.
Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css.liquid
#ProductSection-product-template ul.social-sharing {
justify-content: center;
}
.product-recommendations__inner .jdgm-widget.jdgm-preview-badge {
text-align: center;
}
.product-recommendations__inner dl.price.price--listing {
align-items: center;
}
User | Count |
---|---|
543 | |
212 | |
129 | |
78 | |
44 |