Align entry-feature left

Hi there.

Whereas I have aligned most content left throughout my site, I am missing something on the search result page where the post image on listings is entered. Should be simply, sorry. Will you help? Thanks.

Hi There,

Please find this custom CSS:

.entry-thumb {
    width: 50% !important;
    margin: auto !important;
}

And change to this:

.entry-thumb {
    width: 50% !important;
}

Hope it helps :slight_smile:

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