Defect menu on small devices

Hello,

we have a small problem when we activate the menu on www.barenborg.de (on small devices) The buttons who are coming from the right side are less readable.

Can you help us to resolve it?

Thank you

Hi @holzjupp57

add this css into your theme ‘blade’ or child theme ‘blade-child’ css to fix the menu:
@media screen and (max-width: 1220px){
#grve-hidden-menu-overlay {
background-color: rgba(0,0,0,0.1) !important;
}
}

Thanks