• If the page have few content for exemple the footer will go up the page…

    How to i place the footer always on the botton of the page?

    Thks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try this tutorial
    http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page

    Which will probably mean you’ll have to set up a Child Theme.

    Thread Starter Fabio_M

    (@fabio_m)

    the key of that guide is the following:

    position:absolute;
    bottom:0;

    This will place the footer on the bot of the page… but on long content slides you can still scroll down and footer always showing up.

    What i want is the footer only to appear at the end of the content and when theres page with few content it will appear the the bot of the page.

    Or is it impossible to have the both ways ?

    i hope im explaining myself well…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This will place the footer on the bot of the page… but on long content slides you can still scroll down and footer always showing up.

    You may have missed out some vital steps, but as this is a purely formatting issue, it can be discussed in CSS forums such as http://csscreator.com/forum .

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer at botton of the page…’ is closed to new replies.