Dawn 14.0.0 - building out a new site so its not live, but we have a sign up form that blocks the bottom of the menu drawer on mobile. I need to move the footer block of the menu up to clear it.
I added padding to “component-localization-form.css” but it didnt move the whole block. Just the login, the rest stayed at the bottom.
Any help here would be awesome!
@NickRE8 - can you share this page link? and password to view page, if any
S/O @TothDigital - I actually found the solution to this from a way different thread, but implemented it and it worked exactly as I wanted:
In the Header Custom CSS block I added his provided code:
@media (max-width: 767px){
#menu-drawer, .menu-drawer__inner-container, .menu-drawer__navigation-container {
height: auto !important;
}
}
and the results:
Thank you for the help without even knowing you helped!