I would like to remove the padding of an menu item and the pointer when I attach to an button. How do I remove using css?
You can use “padding” property to change padding in the menu
Removing pointer is a bit more tricky - you need to disable autofit
property. Check the next example