Shopify themes, liquid, logos, and UX
Hello,
I have tried everything I can see suggested on this topic but nothing has worked so far!
I'd like for the text and buttons under each picture to be centred and not left aligned (it is centred on phone/ipad but not on desktop?). Please see pic for example!
Any help is much appreciated 🙂
Solved! Go to the solution
This is an accepted solution.
Please add this below CSS code at bottom of you css file : theme.scss.liquid
You will find this file here : go to theme Action > Edit Code > Assets > theme.scss.liquid
#shopify-section-feature-columns .grid__item{
text-align:center!important;
}
Best Regards
Parth Bhut
............................................................................................................................
If my answer was helpful please Like and Accept my post as the Solution
Need help customizing your store? Contact me on email at parth.bhut143@outlook.com
Hello,
Please share your site url.
This is an accepted solution.
Please add this below CSS code at bottom of you css file : theme.scss.liquid
You will find this file here : go to theme Action > Edit Code > Assets > theme.scss.liquid
#shopify-section-feature-columns .grid__item{
text-align:center!important;
}
Best Regards
Parth Bhut
............................................................................................................................
If my answer was helpful please Like and Accept my post as the Solution
Need help customizing your store? Contact me on email at parth.bhut143@outlook.com
Thank you very much! It has worked 🙂
Hi there, I have the same issue. Could you help with this? cococleo.co
Hello @Nazb
Please add the following code in theme.css file
Just Go to Online store -> Theme -> Action -> Edit code ->Asset -> and search for theme.css file
.grid-view-item.product-card .price {
align-items: center;
}
.grid-view-item.product-card {
text-align: center;
}
Thanks
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024