Hi
I’m using below code to align text. It works perfect in desktop mode but in mobile its not functional.
mobile:
My code is:
.jus-Text { text-align: justify; text-justify: inter-word; }{{ text_line_3 }}
Hi
I’m using below code to align text. It works perfect in desktop mode but in mobile its not functional.
mobile:
My code is:
.jus-Text { text-align: justify; text-justify: inter-word; }{{ text_line_3 }}
My presumption would be that the mt-15 or another class is overriding your style on mobile. I can’t tell without seeing your website, but you can prove this to be the case using !important tags:
Still it’s the same even after using important! tag
I can’t tell what’s going on without a URL. If you wanted to post it or PM me I’ll be happy to have a look.