Home › Forums › Trusted › Footer not visible › Reply To: Footer not visible
December 20, 2018 at 3:39 pm
#6364
Andy
Keymaster
Add this to Appearance > Customize > Additional CSS:
body.admin-bar {
position: relative !important;
}
If that code above gives you any issues, consider using this CSS instead:
body {
padding-bottom: 0 !important;
}
#colophon {
position: relative;
}