Hello, i need help with my shopify store. I was wondering is it possible to justify text for mobile version too. The text is justified for desktop version but coudnt do it for mobile version. Me store - e16221-4.myshopify.com.
This text - https://prnt.sc/iKYVqZhAX9G4
Thanks in advance
Could you share with me the password page?
@PageFly-Henry I removed password.
Hi @keipers
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
div#ImageWithText–template–18689699021064__e41f0680-08d3-4343-bba5-9925c63f7917 {
text-align: center !important;
align-items: center !important;
}}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Thank you @PageFly-Henry
I changed text-align to justify, and it looks how I wanted it to look now, also the title is centered and everything looks better now. Also can you show me where you got the class name/handle(div#imagewithtext line) in case I need to do the same for a different section?
Much appreciated!