• anirieklat

    (@anirieklat)


    Hello, how can I set the text align to left in one of the “Page Content” sections?

    I’m using the “Page Content” feature on the index page, see image attached. The text is displayed just fine (left-aligned) using desktop (mac & windows), however, it’s centered using mobile (iphone & android). How do I fix this?

    Screenshot desktop:
    https://ibb.co/LYyRmSj

    Screenshot mobile:
    https://ibb.co/bdN98Yg

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • cristianbarbu

    (@cristianbarbu)

    Hello,
    ?
    ?Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    @media screen and (max-width: 480px) {
    .content-section p{
    text-align: left!important;
    }
    .page-content span{
    text-align: left!important;
    }
    .page-content p{
    text-align: left!important;
    }
    ul li{
    text-align: left!important;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Text align changes ob mobile’ is closed to new replies.