Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #733071

    Hi,
    i insert the following code to show the footer menu on mobile device:

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

    My menu has several items so that it breaks into another line. There is not enough margin between the items, how can i fix it?
    Thanks,
    Michael

    #733481

    Hey Husky1001,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #733539

    Hi Rikard,

    Here is the Link: http://www.xn--rechtsanwalt-brinkmeier-dsseldorf-gqd.de/neu

    Thanks,
    Michael

    • This reply was modified 8 years, 6 months ago by Husky1001.
    #733878

    Hi Michael,

    Thanks for the link. Please try the following CSS as well:

    @media only screen and (max-width: 479px) {
    #socket .sub_menu_socket li {
        padding: 10px 10px !important;
    }
    }

    Best regards,
    Rikard

    #734019

    Thanks, Rikard! That works.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer menu on mobile device’ is closed to new replies.