Comments Peter started the conversationFebruary 11, 2021 at 2:29pmHi,when I have a logged in user with WP admin bar turned off, there is a transparent area between the top of the page and the menu bar. Scrolling the website shows website content in this transparent area.Is there a way to fill this area or enlarge the menu bar to the top of the page?ThanksPeter 1,973Support repliedFebruary 11, 2021 at 2:40pmHello PeterRemove this.logged-in #navigation { top: 32px!important;}from style.cssor add .logged-in #navigation { top: 0px!important;}in customizer -> additional CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyPeter repliedFebruary 11, 2021 at 2:58pmperfect! Thanks for the light-speed response! Issue solved.Peter Sign in to reply ...
Hi,
when I have a logged in user with WP admin bar turned off, there is a transparent area between the top of the page and the menu bar.
Scrolling the website shows website content in this transparent area.
Is there a way to fill this area or enlarge the menu bar to the top of the page?
Thanks
Peter
Hello Peter
Remove this
.logged-in #navigation {
top: 32px!important;
}
from style.css
or add
.logged-in #navigation {
top: 0px!important;
}
in customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
perfect! Thanks for the light-speed response! Issue solved.
Peter