Could anyone help me fix my menu bar on my website? Your help will be very much appreciated! 
This is what it looks like right now:
And this is what I like it to be:
Additionally, I would like to remove the shadows from the box when I click the menu buttons.
www.constructionlayers.com
PW: CollectionThree
Hello @clayinfo
Please paste the given CSS in base.css file at the bottom and Save.
.header__submenu.list-menu--disclosure{
position: unset;
box-shadow: unset;
}
OUTPUT:
Thanks
Thank you so much! It worked.
One more thing, aside from the shadows, could you help me remove the solid color? I want everything to be transparent.