One page not working on Internet Explorer 11

Desktop menu works when you first click on any links. However afterwards when you try to click on another link it does not auto scroll. Google chrome and Firefox works but IE 10 it does not. Help please
Website: https://djromello.com

Hello There,

Thanks for writing in! It appears that you have two sections sharing the same ID. Please keep in mind that an ID must be unique. There must be no duplicates.
https://www.w3schools.com/html/html_id.asp

It may work in Chrome or Firefox because this browsers automatically modify any invalid tags to prevents the page from breaking. In IE, it is different. It only relies on whatever the page elements needs it to display.

I would highly suggest that you merge this sections into one and simply hide/show the rows in different screen sizes instead.

Hope this make sense.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.