• Resolved webteamffcu

    (@webteamffcu)


    Is it possible to edit the actual booking form and remove some of the spaces so the boxes for “Name, Phone, email, etc” are closer together?

Viewing 1 replies (of 1 total)
  • Hi Webteamffcu,

    Yes, that’s achieveable with simple CSS. To do that, add the following code under Admin Panel > Appearance > Customize > Additional CSS:

    .em-booking-form-details p {
        margin-bottom: 4px;
    }

    Thanks,
    Imran

Viewing 1 replies (of 1 total)

The topic ‘Edit the booking form’ is closed to new replies.