submenu-items: not displayed as "block"

Dear support,

I realized lately that submenu-items are not displayed as block, so that the entire item is clickable, but only the text of the link itself is clickable. I am not sure whether this happened through my custom css or was already in the theme. How can I fix it? It would be great if the whole width and height of the submenu-items would be clickable as a link.

my site: https://www.vezvez.org

A second problem is that I am somehow not able to adjust the padding of the submenu-items, probably I did not select the proper identifier or it gets overwritten somewhere.

It would be fantastic if you could help me out here.
Kind regards and thanks in advance!
darjeeling

Hey there,

I hope you are well today and thank you for your question.

  1. This is actually how the theme is designed, I’ll make the suggestion to the developer.

  2. Here’s the CSS to adjust the padding of sub-menu

.dropdown-menu > li {
padding: 13px 15px;
}

Best regards,
Support.