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
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024