Image position

when i open any category or search result it show featured image on the top what shoud i do to show image on left side. I use Content View Plugin.

Hi @deepak,

Thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


.search-results .blog-item-wrap > a,
.archive.category .blog-item-wrap > a {
    float: left;
    max-width: 40%;
    margin: 15px;
}

Best Regards,
Movin

thanks a lot . @movin bro ! can you tell me how can I reduce the margin between search result. the Margin highlighted in yellow. Related to same query. Please find Attachment.
by the way very happy with your replies.

You can reduce that margin by using the below Custom CSS code.

#page .blog-item-wrap {
    margin-bottom: 25px;
}

may God Bless You. thank you

You are most welcome here :slight_smile: