Site URL: http://LAwellness.com
The bottom of my mobile dropdown menu gets obscured by the mobile information bar. Is there a workaround for this? I know very little about CSS. I tried the following, but it put a margin after every menu item, not just the bottom of the menu.
.header-menu-nav a {
margin-bottom: 70px;
}