Please see my last post 'Featured images too tall'

The suggested fix is not working

Hi, Featured image on category pages- This did something but now the text is not wrapping properly around the image. Please advise how i can adjust. Thank you.

Hi Tim,

Thank you for writing in, but sorry I am not entirely certain of the issue. This is how your category layout looks on my end


That is how the Ethos index layout looks. Please clarify.

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

Hello Tim,

You are experiencing this issue because of this custom css:

.blog .x-main .hentry.has-post-thumbnail>.entry-wrap, .search .x-main .hentry.has-post-thumbnail>.entry-wrap, .archive .x-main .hentry.has-post-thumbnail>.entry-wrap {
    width: 100%;
    padding-left: 0;
}

If you remove that custom css, you will have this layout:

Hope this helps.