Currently in the process of building a website for my father, everything is going smoothly. I followed a helpful Stackoverflow tutorial to create a specific webpage that I now want to customize with a hyperlink and make it scroll horizontally: Sliding divs horizontally with JQuery
All aspects are functioning well on the site except for one minor detail that needs fixing. Hoping someone here can assist me with this dilemma :)
If you visit this page: , you'll notice that the section containing "© 2014 Schoorsteenveegbedrijf Joop van Leeuwen" remains neatly positioned at the bottom of the page, below the text as intended.
However, when navigating to this page: , it abruptly halts just beneath the three button hyperlinks instead of extending down to the end of the page content.
This discrepancy occurs because our program requires an iframe with a fixed height to facilitate easy navigation without scrolling. We previously encountered issues where customers struggled to locate the next button.
I attempted to set the content height to 700px using !important within a style tag exclusively for that page, but unfortunately, it didn't yield the desired outcome.
If anyone could offer assistance with this matter, I would greatly appreciate it.
Thank you,
Bob