I have looked through your other posts, and none of the solutions have worked for me.
I am trying to align the downward arrow icons in the mobile menu.
I successfully used this code to allow the menu item to automatically pull up the submenu without having to directly tap the arrow icon. But now the dropdown arrow icon is centered. I would like it aligned to the right or removed completely.
/Mobile Menu/
.x-sub-toggle {width:100%; z-index: 999;
.x-sub-toggle .x-icon-angle-double-down {
display:none;
float:right;
margin-right: 10px;
}
Site Link - https://canalfootball.com/
Thanks!