Guigo Posted July 17, 2020 Share Posted July 17, 2020 Hello, I am building a very simple site for a restaurant. The navigation is made-up of simple text links fixed at the top of the site. I would like to be able to keep those nav links visible in mobile as well, instead of the hamburger menu. What code would do the trick? Thanks in advance. Link to comment
tuanphan Posted July 18, 2020 Share Posted July 18, 2020 Can you share link to your site? We can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guigo Posted July 23, 2020 Author Share Posted July 23, 2020 Yes of course : https://www.restaurantayla.com/home-en Thanks 🙂 Link to comment
tuanphan Posted July 24, 2020 Share Posted July 24, 2020 19 hours ago, Guigo said: Yes of course : https://www.restaurantayla.com/home-en Thanks 🙂 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .header-nav { display: flex !important; } } Guigo 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guigo Posted July 26, 2020 Author Share Posted July 26, 2020 Amazing, thank you. What value do I have to enter to make it display as a stacked list ? Link to comment
tuanphan Posted July 27, 2020 Share Posted July 27, 2020 20 hours ago, Guigo said: Amazing, thank you. What value do I have to enter to make it display as a stacked list ? nav.header-nav-list { flex-direction: column; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guigo Posted July 27, 2020 Author Share Posted July 27, 2020 Hmmm not sure how to integrate that, I'm trying to have the menu display in column mode only when viewed mobile. Thanks for your help 🙂 Link to comment
Guigo Posted July 27, 2020 Author Share Posted July 27, 2020 Also, is there a way to make the header background transparent ONLY on landing, and when you scroll down to the next section, the header has a background color? https://turbot-gecko-zktr.squarespace.com/home-en Thank you! Link to comment
tuanphan Posted July 28, 2020 Share Posted July 28, 2020 23 hours ago, Guigo said: Hmmm not sure how to integrate that, I'm trying to have the menu display in column mode only when viewed mobile. Thanks for your help 🙂 add both code 20 hours ago, Guigo said: Also, is there a way to make the header background transparent ONLY on landing, and when you scroll down to the next section, the header has a background color? https://turbot-gecko-zktr.squarespace.com/home-en Thank you! Very complex. out of the free support Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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