MyfWebb Posted December 20, 2023 Share Posted December 20, 2023 Hello I've seen this question asked before but not sure if I could use the same code. I'm a beginner when it comes to adding CSS. I'd like the lines icon for the menu on the desktop like on the view for mobile. The logo is on the left and the menu is top right. thanks Myf Link to comment
Web_Solutions Posted December 20, 2023 Share Posted December 20, 2023 3 minutes ago, MyfWebb said: Hello I've seen this question asked before but not sure if I could use the same code. I'm a beginner when it comes to adding CSS. I'd like the lines icon for the menu on the desktop like on the view for mobile. The logo is on the left and the menu is top right. thanks Myf Can you share your website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
millertom3862 Posted December 20, 2023 Share Posted December 20, 2023 Certainly! To add a lines icon for the menu on desktop like on mobile, use media queries in your CSS. Place the lines icon in the HTML, initially hide it on desktop with display: none, and show it on smaller screens with display: block. Ensure proper styling for logo and menu positioning. Adjust the icon's appearance using CSS to match your design. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment