How can I improve my mobile drop down menu display?

Hello,

website: www.limitlessdecors.com

When my website is in mobile view, it shows kind of like a grid on the drop down menu. Can someone help me figure out how to get it off and make the drop down menu look nicer? Please give step by step instructions. Thank you!

1 Like

Hello Dear,
Welcome to Shopify Community

Go To your assets–> theme.css open this file

And paste this code in the last line.

.mobile-nav__item .icon {
display: none;
}
.mobile-nav__table-cell {
display: none;
}
.mobile-nav__item {
display: block;
width: 100%;
border-bottom: none;
}
2 Likes

Thank you! Is there a way I can align it to show on the right side on not take up the whole top of the page when its selected?