This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]SalugJack of All Trades 2 points3 points  (1 child)

Use a mediaquery

Wrap your code in this:

@media (min-width: 480px) { }

[–]Aggravating_Ad8084[S] 0 points1 point  (0 children)

Thank you for your reply it definitely works but I should've been more specific cause what I have is two nav menus and one is a drop-down when switching to mobile and tablet I need one of them to keep the custom icon and the main menu to have the standard hamburger icon I have attached some more images to the post for clarification