Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #601232

    I just noticed that the text is right and left justified on post category pages and monthly archive pages. They are not that way in the post or on the running blog post page (District News), just the category and monthly archive pages. I can fix this by selecting the text in the post and left justifying them; I’ve done this on the first few posts as a test. I wouldn’t think I’d have to make this adjustment to have them show up correctly on the category and archive pages.

    Examples:
    http://henricoschools.us/2016/03/
    http://henricoschools.us/category/top-news/

    Is there CSS I can add to fix this?

    Shows up correctly here:

    #601688

    Hi larrywillisva,

    I’m not sure I understand exactly what you want to change, could you try explaining a bit further and/or post a screenshot highlighting the changes please?

    Best regards,
    Rikard

    #603288

    See how the text is right/left justified on the first two entries on this page? If you click on the first post you will see it isn’t justified in the actual post, only as displayed on the archive pages.

    http://henricoschools.us/2016/03/

    #604023

    Hi!

    You are using an old version of the theme, so please upgrade to Enfold 3.5.1 and let us know if you still need help afterwards.

    Best regards,
    Andy

    #607592

    We applied the Enfold (3.5.1) update to our test site and are having the same issue with alignment on category and archive pages. They left/right justify automatically even though the post isn’t formatted that way.

    District News

    http://ubermenuhcps.wpengine.com/2016/03/
    http://ubermenuhcps.wpengine.com/category/top-news/

    #608219

    Hey!

    it is caused by this code:

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

    so change it to something like:

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

    Regards,
    Andy

    #611368

    Excellent! That did the trick.

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Category posts page text is right/left justified’ is closed to new replies.