Home › Forums › Support › Arrows on submenu nav items "offset" in Firefox This topic has 3 replies, 2 voices, and was last updated 6 years, 11 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 22, 2017 at 8:57 am #390082 Wilk When using this CSS: .main-navigation ul ul { width: auto; white-space: nowrap; } With the white-space: nowrap in play, the arrows on the secondary nav menus get “offset” in Firefox. Doesn’t happen in Chrome or Safari. Example w/ screencaps: https://oneofmydomains.com/ I don’t think it’s a GP issue per se, but my css is weak and I’m hoping someone here may have run across it and know an easy fix ๐ September 22, 2017 at 8:45 pm #390334 TomLead Developer Lead Developer Hi there, Weird – can you give this a try?: .main-navigation ul ul { width: auto; white-space: nowrap; } .sub-menu .dropdown-menu-toggle { position: absolute; right: 0; } September 22, 2017 at 9:00 pm #390336 Wilk Perfect, that fixed it. Thank you so much! September 22, 2017 at 11:17 pm #390361 TomLead Developer Lead Developer You’re welcome ๐ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In