This topic has 6 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson
Hi, it seems that a horisontal bar cuts the languages when viewed in landscape 1024×768 on an ipad.
View here: http://www.jensengrill.com/8theme/
The bar should either be deleted or better the hamburger menu should be visible at that setting as well and not only in portrait.
Thanks.
Jens
Hello,
Please add this code in custom.css file:
@media (min-width: 1024px) and (max-width: 1200px) {.fixed-header-area {
top: -200px;
}}
Best regards,
Jack Richardson.
Many thanks for quick reply. That helped 🙂
However, I just discovered that the language bar is not visible on Android phones portrait?
Best
Jens
Hello,
Please use this css code:
@media (max-width: 480px) {.top-bar, .top-bar .languages-area {
display: block;
}}
Best regards,
Jack Richardson.
Perfect. Many thanks Jack. Appreciate your help.
Best regards
Jens
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘ipad menu’' has been successfully resolved, and the topic is now closed for further responses