• Hi there

    Newbie here.I noticed on mobile view the body text is aligned centered. I’d like to have it left align please & need help with guidance on what CSS I can use to add to the Customizer to align body text to left please without stuffing up the main CSS.

    Many thanks in advance!

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

Viewing 1 replies (of 1 total)
  • Hello,

    Use this CSS code for your request, in Customizer -> General Settings -> Additional CSS :

    
    @media screen and (max-width: 480px){
        .page-id-15 .page-content{
            text-align:left !important;
        }
    }
    
    • This reply was modified 4 years, 4 months ago by Yui.
    • This reply was modified 4 years, 4 months ago by Yui. Reason: please use CODE button for proper formatting
Viewing 1 replies (of 1 total)
  • The topic ‘Text formatting for mobile view’ is closed to new replies.