Archived topic
Space between main menu items and arrows
1 reply · Started by Albert on November 21, 2022
Viewing posts 1–2 of 2
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
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 :)
This archived topic is closed to new replies.