Hi Mike,
Can you change this CSS:
.dropdown-click .main-navigation ul ul ul,
.dropdown-click .secondary-navigation ul ul ul {
left: 100%;
top: 0;
position: absolute;
}
to:
.dropdown-click .main-navigation ul ul ul,
.dropdown-click .secondary-navigation ul ul ul {
left: 100% !important;
top: 0 !important;
position: absolute !important;
}
.dropdown-click nav ul ul ul {
background-color: #eeeeee;
}
As you are using SVG on the site, so this CSS won’t work, it can be removed.
.dropdown-click .main-navigation ul ul .dropdown-menu-toggle:before,
.dropdown-click .secondary-navigation ul ul .dropdown-menu-toggle:before,
.dropdown-click .main-navigation ul ul .menu-item-has-children.sfHover>a .dropdown-menu-toggle:before {
content: "\f105";
}
If you’d like to change the arrow icon, try this snippet:
https://docs.generatepress.com/article/generate_svg_icon_element/