- This topic has 6 replies, 3 voices, and was last updated 5 years, 11 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The topic ‘Footer not visible’ is closed to new replies.
Since the last update I have noticed that my footer items are now hidden behind the main body of the page on all pages and posts so that the widgets in the footers are not visible. Any suggestions of how to get this back?
Thanks
Hi, could you please let me know the URL of your site? I can then take a look and see what and why this is happening.
Hi there!
For us the problem is only happening for logged users. See screenshot below:
https://drive.google.com/file/d/1OQCf1fmkpDSYEZC7laErbLk2Hm_k_p0j/view?usp=drivesdk
If you visit our site (https://quint.com.br), the footer will show normally.
We appreciate if is there anything that can be done to fix it.
Thanks,
Carlos Marchi
I would need to be able to register on your site to see it as a logged in user, so I tried to register as a customer, but it seems you have registration disabled?
Would you be able to register a user account for me please? You can use andy at uxlthemes dot com to register me.
Thanks
Done!
I’ve created your account as admin, in case you need to look something else.
Thanks
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;
}
Great! It worked.
Thank you!