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
User | RANK |
---|---|
143 | |
109 | |
79 | |
62 | |
59 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023