Zeryk Posted March 12, 2020 Share Posted March 12, 2020 I was just wondering if it's possible to change graphics of the top menu in mobile version only. Make it more mobile friendly from user perspective. Like for example not long narrow bar across the screen as it is now, but let's say square boxes suitable for fat fingers ...etc. Any ideas? Thanks. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted March 12, 2020 Share Posted March 12, 2020 You can use the CSS media query to achieve the same. @media only screen and (max-width: 767px) and (min-width: 319px){ //CSS according to your requirement } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now