On four of my 13 pages, the footer at the bottom is “too wide”. I have checked all of the settings between the pages and everything seems to be the same. The following four pages have the issues, these pages the width of the footer is not consistent either. You can check the other pages where it is working. All pages are using “advanced”
https://www.mdwsa.org/athletes/ (not as wide as the others, but still has blank rows)
Just purchased and installed my second license. Really like your software. Having two issues with the new site, will post two support items as I can’t find solutions in the forums.
Hey martystl,
Thank for the link to your pages, I believe that you mean that the footer is too “high” as in that your pages have low content so the footer is showing higher than the bottom of the side bar menu. Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field to match the height of the page content with the side bar menu to hold the footer down.
.html_header_sidebar #main > .container_wrap_first > .container {
min-height: 1200px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike