Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67758
    vickiede
    Participant
    Premium Member

    In WordPress my post text is left aligned.  When I view the live post the text is fully justified.  I do not want the text fully justified.  How do I resolve this?

    #67766
    vako
    Keymaster
    WP Royal Team

    Hi @vickiede,

     

    First, thank you for choosing our theme and service.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .post-content > p {
    
    text-align: left;
    
    }

     

    Kind Regards

     

     

    #67777
    vickiede
    Participant
    Premium Member

    Thanks Vako, that seems to have solved the problem!

    #67792
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.