• Resolved mindmax

    (@mindmax)


    The footer is fine on the homepage but then on all the other pages the footer ends up in the middle of the page. I am not sure what to do to change this but i did add code to keep it fixed on the bottom of the page but then the size was way to large. If anyone has a code i can add and to where, it would be very helpful. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author HashThemes

    (@hashthemes)

    Hi,

    Try using the below CSS

    .sq-site-content{
    min-height:400px
    }

    Change 400px to your need. This value determine the minimum height of your website so that the footer does not appear at the middle of the page when there is no content.

    Thread Starter mindmax

    (@mindmax)

    thank you for replying really fast! I am new to this so i may have placed it in the wrong area. i added to the css file under #footer but the footer is still in the middle behind my content. Where should i add it?

    Theme Author HashThemes

    (@hashthemes)

    Hi,

    You need to use some custom CSS plugin to add the CSS code. Here is one of theme https://wordpress.org/plugins/simple-custom-css/

    Thread Starter mindmax

    (@mindmax)

    Thank you very much, it worked now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer’ is closed to new replies.