Archived topic
Change Sub Menu item width and height on mobile
3 replies · Started by William on April 29, 2022
Hello -
Is there a way, perhaps with CSS, to change the height and width of the submenu items on mobile? Website is https://thediamondfox.com/
Hoping to make the sub menu items smaller from both a height and width perspective.
Thank you!
Hi there,
width wise and indent you can use this CSS:
.slideout-navigation.do-overlay .slideout-menu .sub-menu {
max-width: 320px;
margin-left: 20px;
}
Height, are you sure you want to reduce that? its already around 40px and that borderline accesible - anything smaller and the tap zone may get flagged by search engines.
This is perfect, thanks David!
You're welcome