So I have a problem with my footer: I have two pages which use specific position values and due to them being different to all the others, the footer when set to
position: absolute
bottom: 0
isn't sticking to the bottom and is buggy... for the 2 pages the footer will stick to the bottom when I use:
position: relative
bottom: 0
so now I am asking if there is a way to change absolute to relative for the 2 specific pages?
THE FOOTER IS IN A SHARED FOLDER WHICH MEANS THAT IT IS AUTOMATICALLY PLACED INTO ALL PAGES