Home › Forums › Support › Space between main menu items and arrows This topic has 1 reply, 2 voices, and was last updated 3 years, 5 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 21, 2022 at 9:36 am #2425867 Albert Hello, I would like to know how I can reduce the space between the main menu items and the arrows that indicate that there is a submenu. I think it’s currently at 10 pixels and I’d like to reduce that distance to 5 pixels, on desktop only. Thank you very much November 21, 2022 at 10:58 am #2426002 LeoStaff Customer Support Hi Albert, Try adding this CSS: @media (min-width: 769px) { .menu-item-has-children .dropdown-menu-toggle { padding-left: 5px; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In