All things Shopify and commerce
Desktop view is great, but on mobile, everything on my website is center aligned. Titles, descriptions, etc. I'm ok with this on my homepage, but all the other pages I need things to be left aligned.
Does anyone now how to do this?! Help! Lol.
My website: www.launchcodegolf.com
Solved! Go to the solution
This is an accepted solution.
Hey @Launchcodegolf
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.product-details.mobile {
text-align: -webkit-left !important;
}
div#product-tab-description {
text-align: -webkit-left !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @Launchcodegolf
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.product-details.mobile {
text-align: -webkit-left !important;
}
div#product-tab-description {
text-align: -webkit-left !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you!
Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Hi @Launchcodegolf ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
{% unless template.name=='index' %}
<style>
@media(max-width:767px){
* {
text-align: left !important;
}
}
</style>
{% endunless %}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
User | RANK |
---|---|
43 | |
40 | |
24 | |
24 | |
22 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023