• Hello,

    I have build this page with Alante Magazin free and have some issues with the menu bars.

    1. Top Menu bar is cut of: If you go to the top menue on iPhone the lower menue entries are cut of

    2. The footer menue is not displayed on iPhone in Potrait mode.

    Any tips for this?
    Is the this something I got solve with pro version?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello clipper5270,

    We have checked the site at responsinator.com. For better understanding please follow the below url-

    https://www.responsinator.com/?url=http%3A%2F%2Ffliegerclub-leer.de%2F

    The top menu is coming fine. To display footer menu please use below mention custom css. You need to add css under Appereance -> Customize -> Additional CSS

    #footer-menu
    {
    display: block !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter clipper5270

    (@clipper5270)

    Hello Manjo,

    Thanks for the reply.
    The top menu is cut off if you navigate in one the sub-menu.

    Navigate into “Bildergalerie” and you will see it.

    I will check the CSS.

    Thanks
    clipper5270

    • This reply was modified 6 years, 11 months ago by clipper5270.

    Hello clipper5270,

    Please use below mention custom css. You need to add css under Appereance -> Customize -> Additional CSS

    @media only screen and (max-width: 768px){ 
    #header-responsive-inner { 
    height:auto !important;
    }
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter clipper5270

    (@clipper5270)

    Hi Manoj,

    Sorry, doesn’t work. With this CSS the menue is always displayed …

    Any other idea?
    Does the Pro Version work better?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menue are not working on iPhone’ is closed to new replies.