justifying mobile view text

lesbrons
Pathfinder
153 0 54

Hi on my product page the 'Shipping & Returns' tab content is justified to the left. But when I view on mobile view it is centered. Can anyone help me change it so it matches web view justified to the left?
page: https://lesbrons.com/collections/all-products-sorted/products/white-jacket
password: sandwich

Replies 5 (5)

KetanKumar
Shopify Partner
36839 3635 11971

@lesbrons 

do you have like this?

KetanKumar_0-1627619734358.png

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
lesbrons
Pathfinder
153 0 54

hi, yes this is how i want it to look on mobile

Kinjaldavra
Shopify Partner
2302 570 1422

hello @lesbrons 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file. 

see screenshot https://nimb.ws/wVtf81

 

@media screen and (max-width: 728px){
.product__section  .rte-tab section div {
    padding: 0px; 
    
}
}

 

 

 

lesbrons
Pathfinder
153 0 54

hi, this kind of worked, but i just had to add in text-align: left
Thanks for the help!

KetanKumar
Shopify Partner
36839 3635 11971

@lesbrons 

thanks for update all fix issue?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing