Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #869219

    Hi

    I’m having problems left aligning blog posts on the news page of my site

    Currently the text formatting always reverts to ‘justified’, irrespective of how I format it. See attached: https://imgur.com/IqduxnZ

    If I try and edit the text using the advanced layout editor, the text is replaced by a ‘read more’ link. See attached: https://imgur.com/a/nO2sq

    How can I get the full text from blog posts to show up on this page and be left aligned?

    Thank you!

    #869693

    Hey,

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

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

    Best regards,
    Yigit

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