Buttercrumble Posted June 19, 2015 Share Posted June 19, 2015 Instead of the normal horizontal navigation bar at the top of the website, I'd like it to just appear as a burger menu (or mobile navigation). This is for the Avenue theme. Thanks for your help. :) Link to comment
Guest Posted July 8, 2015 Share Posted July 8, 2015 hey! did you ever find a way to do this?Thanks :) Link to comment
Buttercrumble Posted August 6, 2015 Author Share Posted August 6, 2015 No, not yet... Still looking for that answer... Anyone got any suggestions? Link to comment
Guest Posted February 10, 2016 Share Posted February 10, 2016 This seems to answer your question:https://answers.squarespace.com/questions/64532/force-mobile-menu-to-remain-on-desktop-site.html Link to comment
Tim_K Posted November 30, 2016 Share Posted November 30, 2016 I would love an answer to this. I have been trying to work out how to do this for a very long time. This is such an easy change on wordpress, I must be missing something. Link to comment
mattheck Posted November 19, 2017 Share Posted November 19, 2017 I'm also looking for this answer. Has anyone figured it out? Link to comment
mattheck Posted November 19, 2017 Share Posted November 19, 2017 Did you ever find an answer? I'd love to know the code as well. Link to comment
brucelauderdale Posted June 28, 2019 Share Posted June 28, 2019 Try the following: #mobileMenuLink { position: relative; } #mobileMenuLink a { color: transparent; } #mobileMenuLink a:after { content: '☰'; font-size: 30px; color: black; width: 100%; text-align: center; position: absolute; top: 0; left: 0;} Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.