• Resolved tovk

    (@tovk)


    Greetings,

    I am using the Themify 1.6.3. theme. If you access my blog’s recent blog posts’ page you will notice that the text excerpt will automatically be centered. I have been unable to fix this as I would like the text to be centered left. I have been able to change every feature except the excerpt. Is there for example a simple custom CSS code that would fix this?

    The blog page can be found here: https://tovk.org/virtuaalista-vauhtisokeutta/

    -TOVK

Viewing 3 replies - 1 through 3 (of 3 total)
  • .loops-wrapper .post {
    text-align: left;
    }

    This fixes the center justified text on the page given:

    
    .loops-wrapper .post {
        text-align: left;
        padding: 0 1em;
    }
    

    That said, .loops-wrapper .post may be in use on other pages so you may need to review that, and of course not simply modify the the theme CSS but use a custom CSS option.

    Thread Starter tovk

    (@tovk)

    Simple as that! Thank you.

    -tovk

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to center blog post excerpt text?’ is closed to new replies.