Hello. I am trying to add instructions to the top of the Event submission form. I found this nice extension on your website:
https://theeventscalendar.com/extensions/display-custom-html-specific-calendar-views/
However my problem is that when I do this, pages that do not have the before HTML content are displayed incorrectly. Specifically my sidebar gets moved to the bottom. I check in the DOM and the problem is that the sidebar gets move outside of the div it’s supposed to be inside (see Screenshot).
I tried to use my theme’s functions.php and use a hook into the before_HTML function with an if statement to only show the instructions on the submission form but I got the same effect.
Any ideas? Thanks in advance.