Sticky Footer

Discussion in 'Traffica WordPress Theme' started by spoonboy90, Oct 1, 2013.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Is there a simple fix to get the footer to to stick to the bottom of the browser rather than half way up the page when their isn't much content?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-container {
    min-height: 300px;
    }
    Adjust its value as per your requirements.
     

Share This Page