How to remove the mobile drop down menu
-
I’m trying to remove the mobile drop down menu and I tried below code but it it didn’t work for me.
@media screen and (max-width: 360px) {
.main-navigation ul {
display: block;
}
}Note: I’m using the Astra theme for my site
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to remove the mobile drop down menu’ is closed to new replies.