• Resolved robwilson6

    (@robwilson6)


    Non-expert here, helping daughter with website.
    Theme is Zerif Lite.

    When I scroll down to “Latest News” (Blog page) the content is shown unformatted and photo is greyed out.
    If I click on the greyed out photo then I see the required formatted content and photo (an apostrophe).
    If I click on Blog link from Home page it shows unformatted and no photo.

    Can you explain why and how to fix (so that the photo shows always and text is formatted) please?

    Browser is Chrome, on OSX.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @robwilson6

    Add this CSS code.

    Appearance >> Customize >> Additional CSS

    .latesnews-content p, .latesnews-content {
        font-size: 14px;
        line-height: 18px;
        color: #777777;
        text-align: justify;
    }

    And the Featured Image when you create the post.

    View post on imgur.com

    Thanks.

    Thread Starter robwilson6

    (@robwilson6)

    Thanks – I tried that; this is what I have in Additional CSS:

    /*
    You can add your own CSS here.
    
    Click the help icon above to learn more.
    */
    
    .latestnews-content p, .latestnews-content {
       font-size: 14px;
       line-height: 18px;
       color: #777777;
       text-align: justify;
    }

    It didn’t change anything.(I didn’t add a new post or add the image – not sure what that affects?).
    Is there any way to debug this?

    Thread Starter robwilson6

    (@robwilson6)

    Oh, now the photo has reappeared.
    I guess I can change the text to left aligned.

    Thread Starter robwilson6

    (@robwilson6)

    Resolved- typo on my part.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog page not formatted when viewed from Home page’ is closed to new replies.