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

    Hi,

    I noticed on a certain resolution the menu drops the last item down below the menu, and causes a glitch.
    Please see screen shot: http://imgur.com/a/CGZIW

    I have tried putting the following css to increase the resolution for mobile menu, but it did not work, can you help me with this?

    • This topic was modified 8 years, 2 months ago by 1545Media.
    #680513

    Hi Support and 1545Media, I have the same problem on www. railcenter.nl. Please help.

    Met vriendelijke groet,
    Willem Eelmam PM

    #681148

    Hi @1545Media,

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


    @AppelenEelman
    , I can’t see anything like that on your page, could you try to explain a bit further and post a screenshot of the issue please?

    Best regards,
    Rikard

    #681151

    Hi Rikard, this is http://www.railcenter.nl

    I solved the problem with css:
    @media only screen and (max-width: 1080px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}
    #wrap_all {
    position: relative !important;
    }

    Could you pleas tel me how I can post screenshots?

    Met vriendelijke groet, Willem Eelman

    #681562

    Hi,

    Great, glad you got it working and thanks for sharing your solution :-)

    You can upload images to a service like dropbox, google drive or imgur.com for instance and then link to them here.

    Regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.