Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Restrict position absolute to certain top value Reply To: Restrict position absolute to certain top value

#183492
Paulie_D
Member

As far as I can see it’s just a nav div positioned at the bottom of the page


.social {
position: absolute;
top: auto;
bottom: 0;
padding: 0 0 10px;
width: 100%;
}

No JS