• Hello,

    I used this code to force the footer to the bottom on short pages,

    .site-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    }

    but on long pages it sticks the footer, which is not what I wat. Like I want to keep the footer how it is now on “https://teszt.gyemantfelho.hu/”.

    Thanks,
    wendath

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer is not on the bottom’ is closed to new replies.