Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #714230

    For the desktop version i added to the text “text-align: justify” but on the mobile phone it doesn’t look good.
    So i tried to add @media only screen and (max-width: 767px) { .avia_textblock p{text-align: left}} – but it doesn’t work.

    Can you give me an advice please?

    #714321

    Hey leoadmin,

    Please try the following instead:

    @media only screen and (max-width: 767px) {
    .avia_textblock p {
        text-align: left !important;
    }
    }

    Best regards,
    Rikard

    #714345

    Thanks Rikard, it works!

    #714413

    Hi,

    Great, glad you got it working :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text-align mobile’ is closed to new replies.