Viewing 1 replies (of 1 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    that issue exist because of conflict with your actual theme.

    You are having inside of your theme (or just inside of the content of that page) this HTML tags:
    <pre style="color: #444444;"></pre>
    And inside of that tags you are inserted the Booking Calendar shortcode.
    This HTML structure is generate that issue.
    Please replace those tags from “pre” to “span”:
    <span style="color: #444444;"></span>
    Kind Regards.

Viewing 1 replies (of 1 total)

The topic ‘Form spacing’ is closed to new replies.