The footer of my website not positioning below content when the content has a dynamic built element.
Hi:
The footer of my website not positioning below content when the content has a dynamic built element.
I have set "position to the bottom of the content is too short" in Footer settings. Plus, I have a page where HTML elements are dynamically (is like a dynamic table) which affects the height of the element itself.
As the height is adjuster after that element loads all of its content, the Footer of my page is not detecting those changes and thus is not adjusting its position to stick to the bottom and below that dynamic element.
You can see this behavior in this video 30.10.2021_11.35.50_REC (screenrec.com) [Links visible only for registered users] and you could also try it live on this website: Tus reservaciones – Brisian Contreras [Links visible only for registered users] (user: [email protected], password: quauhtl1)
Thanks.
Comments
Hello,
Can you tell me how did you achieve such a display, please?
Did you use some plugins for it? If yes, can you tell me its name?
Thanks
Hi:
I am using Amelia - WordPress Appointment and Event Booking Plugin (wpamelia.com) [Links visible only for registered users].
Thanks.
Hi,
Sorry, but we did not test this plugin with the theme. Unfortunately, our policy states that we do not support third-party plugins or custom code, so, unfortunately, we cannot help you.
Also, we cannot recommend any plugins other than the ones we support. You can find the list on this page, in the sidebar:
[Links visible only for registered users]
The only thing I can recommend for you to try is to put some padding or divider for the section that contains this table.
Thanks
Thanks, I finally found what the problem was:
#Footer .footer_copy div {
margin-top:-10px;
}