Remove gap Page builder

How can I remove the gaps between rows when editing with pagebuilder?

Hello there,

I hope you are doing well today.

Usually, you can use some CSS code to fix this however could you please provide a link to your website so that we can inspect it and come up with the code to remove the gap?

Best Regards,
Support

This is the page.
http://honkhonkoldmonk.com/index.php/route/

The bottom list of cities is in a new row. I want to reduce the gap between my paragraph and the list of cities.

Hello there,

I hope you are doing well today.

Thanks for providing the link.

You can use the following CSS code to reduce the space after the paragraph by going to Appearance > Customize > Additional CSS and pasting it there.


/*Reduce margin*/
#pg-2027-1 {
    margin-bottom: -100px;
}


Best Regards,
Support