mfndxi Posted March 14, 2022 Share Posted March 14, 2022 (edited) Site URL: https://www.magiadanvers.com/ HI All, is there a way to move the button at the bottom of the Mobile Menu. We have the Button MENUS, and want to move it to above the other links. Any ideas? Thank you in advance... Edited March 14, 2022 by mfndxi added tag Link to comment
Solution Beyondspace Posted March 14, 2022 Solution Share Posted March 14, 2022 38 minutes ago, mfndxi said: Site URL: https://www.magiadanvers.com/ HI All, is there a way to move the button at the bottom of the Mobile Menu. We have the Button MENUS, and want to move it to above the other links. Any ideas? Thank you in advance... Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { [data-folder="root"] > .header-menu-cta { order: 1; } [data-folder="root"] > .header-menu-actions { order: 3; } [data-folder="root"] > .header-menu-nav-folder-content { order: 2; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you sarawhite and mfndxi 1 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted March 14, 2022 Share Posted March 14, 2022 My testing mfndxi 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
mfndxi Posted March 14, 2022 Author Share Posted March 14, 2022 3 hours ago, bangank36 said: Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { [data-folder="root"] > .header-menu-cta { order: 1; } [data-folder="root"] > .header-menu-actions { order: 3; } [data-folder="root"] > .header-menu-nav-folder-content { order: 2; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you Perfect resolution, thank you very much!!! Beyondspace 1 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