anna6 Posted June 24, 2021 Posted June 24, 2021 Site URL: https://oriole-fox-rana.squarespace.com/config/design/custom-css Hi there, help please? I have managed to get my sub navigations to show up on mobile view, but I would like to rearrange the order in which they show up. I would like the "Commercial" and "Residential" to show above "Studio, Journal, Contact" Here is what's happening at the moment... Here is my code... @media (max-width: 799px){ .header-menu-nav-folder { transform: none; min-height: 100px !important; height: 50vw; } .header-menu-nav-folder { position: relative; transform: translateX(0); min-height: auto; } .header-menu-nav-folder a { font-size: 2rem; line-height: 1.5; } .header-menu-nav-folder[data-folder="root"] { position: relative; min-height: auto; order: 2; } .header-menu .header-menu-nav a[data-folder-id="/work"] { display: none; } .header-menu-controls-control[data-action="back"] { display: none; } } Thanks in advance :-)
tuanphan Posted June 28, 2021 Posted June 28, 2021 Hi. What is access password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
anna6 Posted June 28, 2021 Author Posted June 28, 2021 Oh damn... So sorry you had to ask, I'm a dunce. Password: l3tmeeein
tuanphan Posted June 30, 2021 Posted June 30, 2021 On 6/28/2021 at 5:02 PM, anna6 said: Oh damn... So sorry you had to ask, I'm a dunce. Password: l3tmeeein Hi, l3tmeeein Incorrect password. Can you check it again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
anna6 Posted June 30, 2021 Author Posted June 30, 2021 Sorry @tuanphan I gave you the password to access all my squarespace, try a new one password: bubbles
Solution tuanphan Posted July 2, 2021 Solution Posted July 2, 2021 On 7/1/2021 at 4:40 AM, anna6 said: Sorry @tuanphan I gave you the password to access all my squarespace, try a new one password: bubbles Add to Design > Custom CSS /* Mobile menu order */ @media screen and (max-width:767px) { nav.header-menu-nav-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } anna6 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
anna6 Posted July 3, 2021 Author Posted July 3, 2021 22 hours ago, tuanphan said: Add to Design > Custom CSS /* Mobile menu order */ @media screen and (max-width:767px) { nav.header-menu-nav-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } Worked a dream! Thank you @tuanphan Love your work!
geearias Posted September 23, 2022 Posted September 23, 2022 Hey @tuanphan - similar, yet different scenario for me. I had to switch order on the navigation menu so that order would show as home, about, services, etc on desktop. Unfortunately (and rightly so!), it flips the order on the mobile menu navigation. How can I achieve for the mobile menu to also be in the order of 1. Home, 2. About, 3. Services, 4. Contact, 5. FAQs? Please see attached. https://artisanchiropractic.squarespace.com/ // PW: artisan
tuanphan Posted September 24, 2022 Posted September 24, 2022 On 9/23/2022 at 10:27 AM, geearias said: Hey @tuanphan - similar, yet different scenario for me. I had to switch order on the navigation menu so that order would show as home, about, services, etc on desktop. Unfortunately (and rightly so!), it flips the order on the mobile menu navigation. How can I achieve for the mobile menu to also be in the order of 1. Home, 2. About, 3. Services, 4. Contact, 5. FAQs? Please see attached. https://artisanchiropractic.squarespace.com/ // PW: artisan Add this to Design > Custom CSS .header-menu-nav-folder[data-folder="root"]>div:first-child { display: flex; flex-direction: column-reverse; } BekarHaus 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
fufu15 Posted February 5 Posted February 5 (edited) Hi! elformance.squarespace.com pw:elformancE I would like to see the menu in reverse order on mobile version, is it possible @tuanphan? Edited February 5 by fufu15
tuanphan Posted February 7 Posted February 7 On 2/5/2024 at 5:51 PM, fufu15 said: Hi! elformance.squarespace.com pw:elformancE I would like to see the menu in reverse order on mobile version, is it possible @tuanphan? What should it look like? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
fufu15 Posted February 7 Posted February 7 @tuanphan Hi, thank you for the reply, the order should be the following: láss tisztán, önismeret, esszenciák, kollekciók, gondolatok, kontakt. so basically the exact same from bottom to top.
tuanphan Posted February 11 Posted February 11 On 2/7/2024 at 11:52 PM, fufu15 said: @tuanphan Hi, thank you for the reply, the order should be the following: láss tisztán, önismeret, esszenciák, kollekciók, gondolatok, kontakt. so basically the exact same from bottom to top. You can use this code to Website > Website Tools > Custom CSS /* Mobile menu order */ .header-menu-nav-wrapper { display: flex; flex-direction: column-reverse; } fufu15 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
fufu15 Posted February 20 Posted February 20 I must say I'm amazed @tuanphan ..... You always help, it is very, very rare in this world, so thank you for your knowledge and I appreciate so much the work you do here on the forum.... tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment