Reduce indentation Image with text

hi . help please How to reduce the distance between these blocks

1 Like

Hey @ruderos

Share your store URL and Password if enabled.

Best Regards,

Moeed

Hi,

Hope this will help

  • Find the image with text section and edit the theme code

Example of code

.image-with-text {
    margin-top: 10px; /* Reduce top space */
    margin-bottom: 10px; /* Reduce bottom space */
    padding: 10px 0; /* Adjust padding */
}

It didn’t work my friend.