Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #664822

    Hi good people,

    I have put custom content in the excerpts for all my posts, and now am trying to figure out how to make the text align left rather than justify. I am guessing (hoping) this can be done with Quick CSS, I just can’t figure out the name for that text field.

    I tried this without success:

    .news-excerpt p {
    text-align: left;
    }
    

    Here’s an example. The text comes from the manual/custom excerpt field.

    2016 Summer Campus Life Concordia Connection

    Thanks in advance.

    #664826

    Hi Thomas!

    Can you please post the link to your page so we can provide you an accurate solution? :)

    Regards,
    Yigit

    #664827
    #664831

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        text-align: left;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #664855

    Thanks, Yigit!

    That worked!

    Tom

    #664864

    Hey!

    You are welcome Tom, glad we could help!
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text alignment in manual excerpts?’ is closed to new replies.