hi . help please How to reduce the distance between these blocks
1 Like
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.