Footer alsways on the bottom?

Discussion in 'ButterBelly WordPress Theme' started by mwnow, Apr 9, 2015.

Thread Status:
Not open for further replies.
  1. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hi,

    is it possible, if a page has less content, that the footer will be shown always on the bottom of the page/screen?
    An example page: http://relaunch.hoffmeyer-mode.de/intranet-hoffmeyer/
    The footer is in the middle of the page, what not looks really good...

    I have built a Screenie for you, to explain it a little easier...

    The space (between content and footer) can be simple white.

    thanks for your help!
    Greetings Miriam
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Miriam,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-container {
      min-height: 500px !important;
    }
    Thanks,
    Praveen
     
  3. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    it work´s...thank you :)
     
Thread Status:
Not open for further replies.

Share This Page