Featured Image position After clicking TAG

When I click any tag the featured image display at the top, but I want it to appear on left side. Please tell me the CSS for this.

Hi Deepak,

Thank you for your another 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

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

Best Regards,
Movin