footer is not at bottom

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28821
    rokas martus
    Participant

    Hi,

    If I have less content in my page, footer stick there content ends. I tried to fix it with custom css, but it appears straight under revolution slider in home page but fix problem in others. Here’s link http://www.gamernet.lt

    Here’s example: http://prntscr.com/hwew8n

    Help! 😀

    #28830
    Veena
    Moderator

    Can you pls try the below custom CSS –

    #container {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      min-height: 10vh;
    }
    #main { 
      -webkit-flex: 1;
    flex: 1; }
    
    #28834
    rokas martus
    Participant

    Didn’t worked…

    #28839
    Veena
    Moderator

    Can i get the specific page link ? and also share a temp login to your site as private reply

    #28840
    rokas martus
    Participant
    This reply has been marked as private.
    #28859
    Veena
    Moderator

    Can you pls check now?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.