Shopify themes, liquid, logos, and UX
how to get this text from left to right in mobile version??
its multiple images with text section..
https://huurraa.myshopify.com/products/lita-installation
pass = Hurra
Solved! Go to the solution
This is an accepted solution.
Hello @rgeafrauuhf
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
.multiple-images-with-text__content-with-nav .prose.is-selected{
text-align: left !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @rgeafrauuhf
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
.multiple-images-with-text__content-with-nav .prose.is-selected{
text-align: left !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @rgeafrauuhf
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
add this code at the end of the file.
.multiple-images-with-text__content-with-nav {
text-align: right !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi @rgeafrauuhf ,
In order to get the text from left to right in the mobile version, you can add this code to your theme.css file
@media(max-width:1000px) {
.multiple-images-with-text__content-with-nav {
text-align:left;
}
}
The output will look like this
Follow these steps to add the code:
Step1 : Open shopify backend→ Sales Channels→Online Stores→themes→ Three dots near current theme→ Edit code(see screenshot)
Step 2 : Search for theme.css in the search bar in the left sidebar of the page
Step 3: Add the above code at the end of the theme.css file
Feel free to ask any questions on the solution.
And if you found this helpful please select this as the approved solution
Regards,
Sweans
Hi @rgeafrauuhf
Step 1: Go to Admin -> Online store -> Theme > Edit code
Step 2: Search for the file theme.css and add this code snippet to the end of the file
@media screen and (max-width: 750px) {
.prose.is-selected>* {
text-align: left;
}
}
Result
If it's helpful, please like and mark it as a solution, thank you 😘
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024