Hi there,
I could need your help once again.
My customer send me a picture of her screen. The menu sidebar doesnt show on the second half of the screen.
(I guess it is because she zoomed in.)
Is there a way to solve this and show the menubar even if you zoom in?
Thanks! Cecile
Hey Dijkhuis,
Could you please attach some screenshots of the issue?
Best regards,
Victoria
I solved it a little with:
.html_header_sidebar #top #header {
min-height: 500%;
}
But maybe there is a better code?