• 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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I’m fairly new to CSS but I hope this helps:

    On your DIV id=”content” set the following CSS:

    min-height: calc(100vh – 190px);

    Remove the other CSS you added as it’s not necessary.

    • This reply was modified 3 years, 6 months ago by malcolmdixon.
    Moderator t-p

    (@t-p)

    Since you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations: https://mekshq.com/theme/voice/

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product. Commercial products are not supported in these forums.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer menu not appearing at bottom for short pages’ is closed to new replies.