Tagged: andy
Hello awesome support team,
I have a left sidebar menu on my page. but on smaller screen (almost any standard laptop) some elements do not appear (ex: copyright).
Please help to fix it.
Thank you!
Hey davidprais!
I can see everything on my monitor.
can u please provide us a screenshot after you have cleared your cache?
Best regards,
Basilis
Thank you
Here you go
Hey!
it is caused by this code:
.html_header_sidebar #top #header.av_always_sticky {
position: fixed;
}
Are you using this? remove it and it should work fine.
Regards,
Andy
That fixed it, thanks.
But no there is empty space below the menu – doesn’t look nice (screenshot attached).
Please advise how this can be fixed?
Hey!
I checked your website but there is not empty space, which you are showing in your screenshot. Can you provide us a precise link to your site showing the elements in question please? we need to be able to inspect the elements.
Best regards,
Andy
Hi!
use this code in Quick CSS field:
.html_header_sidebar #header .av-main-nav {
padding-bottom: 150px;
}
and adjust if needed.
Regards,
Andy