https://eloquent-babbage-b15a88.netlify.app/
On mobile it will not stretch 100% width for the sub categories.
Any suggestions?
@media (min-width:01px) and (max-width:650px) {
#main-nav {
.nav-container {
flex-direction: column;
align-items: center;
}
.right-side {
width: 100%;
ul {
margin-top: -0.5rem;
flex-direction: column;
background: #fff;
text-align: center;
li:nth-child(4), li:nth-child(5), li:nth-child(6) {
display: none;
}
}
}
}
}
Will provide HTML and rest of stylesheet if needed.