Lazy Loading caused CSS issues

When Smush Lazy Load is enabled, some prices in the product category page gets overlapped by the images . Can you help fixing it?

  • Sanowar Prince
    • FLS

    Hi Cali,

    Hope you’re doing good today.

    I had a closer look on your issue and after a little investigation I found that it was CSS position issue.

    To fix the issue, I added the following CSS code on your wp-admin > Appearance > Customize > Additional CSS.

    @media (max-width: 767px) {	
    	.product_archives.product-isotope .item {
    		margin-top: 20px;
    	}
    }

    Please check your site and let us know if it works for you as well.

    Best regards,
    Sanowar