Support » Plugin: WP Booking Calendar » Too much space between the fields

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

    (@wpdevelop)

    Hello.
    This issue, exist because of conflict with your actual theme.
    In your actual theme all content of the post or page have storied inside of these blocks:

    <div class="thn_post_wrap">
       <pre>
          ... CONTENT ....
       </pre>
    </div>

    PRE element is special HTML element that display some of HTML elements in specific way. Because of this element, you are having such large spacing there.
    Why you are using PRE and not SPAN or DIV elements there.
    If you replace your PRE element in the your theme to SPAN or DIV, element, than its have to show correctly form.
    If you do not familiar with this theme, please contact the support of that theme for finding solution about those elements.
    Kind Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Too much space between the fields’ is closed to new replies.