Hi,
Did you mean the following gap?
Then you can play with it's margin and padding settings.
Here you go with sample custom code, you can use it within your custom CSS.
@media only screen and (max-width: 599px)
{
.causes-modal-pop-margin-padding-fix .sppb-column-addons >div:nth-child(2) {
margin: 30px 0px 25px 0px !important;
padding: 0 !important;
}
}
You can even zero the margin to get rid of remaining extra space!
Note: Path towards custom CSS:
Extensions>Templates>Styles>
Click on your current default template name then choose Template Options.
Then find custom CSS within the custom code.
https://prnt.sc/pu705g
https://prnt.sc/pu70zn
Hope this helps!
Best Regards