Hello @avk9641
It is some CSS issue please apply the below CSS
.multi-row-section {
padding-left: 0;
margin-left: 0;
}
.multi-row-section .row {
display: flex;
margin: 0;
padding: 0;
}
.multi-row-section .row .image-container {
flex: 1;
margin: 0;
}
.multi-row-section .row .image-container img {
width: 100%;
}
.multi-row-section .caption-container {
position: relative;
top: -10px; /* Adjust as needed */
margin-bottom: 0;
}
I hope its useful for you if any issues please connect with us I will help resolve this issue
thanks