Home Forums Trusted Footer not visible Reply To: Footer not visible

#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;
}