Archived topic
Change Padding in Main Menu
5 replies · Started by Brenda on June 20, 2017
Hi Tom, I would like to change the padding in the main menu items. I tried using the code from some of the other posts, but nothing happened. Can you assist me with that?
Thanks
Hi there,
You should be able to use the customizer for that: https://docs.generatepress.com/article/menu-item-height-width/#width
Let me know if this is what you are looking for.
Thanks Leo,
That's it! Is there a way to change the space between the arrows and the menu items? I would like to move the arrows closer to the text.
Thanks.
Try this CSS and adjust the px number as you see fit:
.menu-item-has-children .dropdown-menu-toggle {
padding-left: 5px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
You guys ROCK!!!!!!
Thanks :) Glad I could help!