I made some changes to a Top navigation (changing ul.submenu to div.submenu), all is fine, but I cannot find where in a Js is setup this inline style:
style="display: none; top: 53px; left: -0.453125px;"
It is part of this code:
<ul class="level0 submenu ui-menu ui-widget ui-widget-content ui-corner-all" role="menu" aria-expanded="false" style="display: none; top: 53px; left: -0.453125px;" aria-hidden="true">
I tried to find it in
magento/theme-frontend-blank/web/js/navigation-menu.js
but no luck.
I want to change this so that:
left: 0;
width: <calculate based on a platform used>;
Any help?