Footer menu not appearing at bottom for short pages
-
My website is thoughtshouts.com running on WordPress using VOICE THEME (by Meks). For some of the pages that are short, the footer appears in the middle of the screen for all devices. I explored some other websites too running on the same theme but not witnessed the same issue. I am skeptical that this might be some issue with WordPress or theme compatibility, not very sure. I explored help forums giving a common remedy setting as
.site-footer {
position: absolute;
bottom: 0px;
}After making the above CSS change, this works for that particular page where the issue is, but for other website pages, the footer comes somewhere in between content overlapping the content screen. I wish the footer to fixed at the end of every page, posts where it only appear when content is scrolled to the last.
Page link: https://thoughtshouts.com/publish-content/
Please guide me with the required code to fix this issue or the forum where I can find the relevant help.
The page I need help with: [log in to see the link]
- The topic ‘Footer menu not appearing at bottom for short pages’ is closed to new replies.