Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    I have just looked on your site and I am not seeing the same issue.

    Can you please confirm you are still having this issue and the exact steps to replicate including browser, device, operating system etc. so I can try and replicate this.

    All the best

    Thread Starter zoran.railic

    (@zoranrailic)

    It would be best to view the following video to help you view what the problem is

    https://www.dropbox.com/s/zlvaegnuaem8zv3/milates.webm?dl=0

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    Please can you tell me what browser you are doing this on as I just checked on Firefox, Chrome and Edge and can’t replicate this issue.

    All the best

    Thread Starter zoran.railic

    (@zoranrailic)

    You must scrol down near the bottom, and then just resize your browser to mobile view and back to regular view… and hola like in video I send.

    I use latest version of Chrome

    Thread Starter zoran.railic

    (@zoranrailic)

    I’m sorry to bother you but I have not yet solved the problem that I have described. It may be the best illustration of the problems that you look at the new video clip that I made. The point is to scroll all the way to the bottom of the website and then assembled display in mobile view, and that even then went all the way to the bottom of the site and to return to the regular view … so why not look at the attached video.

    https://www.dropbox.com/s/44u8tqybee2tpjp/milates%20problem.webm?dl=0

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Zoran,

    Do you know that i get all sorts of virus warnings when I go onto your site? I was hesitant to go on it at first in case this is some sort of attempt to get me on the site but if not you should seriously get that looked at. I use McAfee web protection if you need to know.

    I have taken a look at this however and can replicate the issue however I don’t believe this is anything to do with my plugin directly – do you get this issue when mine is de-activated?

    Basically, when the browser is resized there is an inline style created on the element with ID “wrapper-header” and class “myfixed” which has “width: 0” and this is causing the issue as it bunches everything up into a line.

    All I think of doing is trying adding the following to your themes style.css file and see if it fixes it:

    #wrapper-header[style]
    {
        margin: auto !important;
    }

    Please let me know if that fixes it – however it would be best to find the javascript that is setting this file (something to do with the wrapper header which contains all the top nav stuff.

    All the best

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Problem, menu going messy’ is closed to new replies.