Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29254

    I recogbized that the footer menu is not visible in iPhone portrait view. Is that an expected thing or do I miss something?

    See: http://www.der-prinz.de

    #140181

    Hi,

    Yes, it is hidden on mobile view. You can show it back but I doubt if you’ll like the look of it.

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block;
    }
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Footer menu not visible in iPhone portrait view’ is closed to new replies.