Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #316378
    helenrigby
    Participant

    Hi, all the text looks to be centred by default, on my posts & on the excerpt…. how can I get it to justify left?  I’ve tried to add some simple code but text-align: left; doesn’t work.

    Thank you!

    http://www.helenrigby.com

    #316388
    tikaram
    Keymaster

    @helenrigby : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .archive-posts-wrapper .hentry {
      text-align: left;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #316394
    helenrigby
    Participant

    Thanks so much, it took the headings with it to the left but that’s fine 🙂

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘justify all text left?’ is closed to new replies.