I have arranged the Navigation items properly. But in Mobile view as each item of the navigation should come one below the other, that isn’t happening.
I made the CSS code like this for the item in Navigation get displayed in list style,
@media (max-width: 500px) {
ul li {
display:list;
width: 100%;
}
}
The image is attached which shows the issue I am getting.