Isha08 Posted January 24 Posted January 24 Hello! I would like my navigation pages to appear beneath my logo. It works in ‘desktop view’ but when I switch to ‘mobile view’ my navigation pages are put into a menu on the side. I want them to stay in the middle under my logo. Can anyone help with some custom CSS? I have attached an image of what the issue is 🙂
Web_Solutions Posted January 25 Posted January 25 5 hours ago, Isha08 said: Hello! I would like my navigation pages to appear beneath my logo. It works in ‘desktop view’ but when I switch to ‘mobile view’ my navigation pages are put into a menu on the side. I want them to stay in the middle under my logo. Can anyone help with some custom CSS? I have attached an image of what the issue is 🙂 What is the 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.
Isha08 Posted January 25 Author Posted January 25 8 hours ago, Web_Solutions said: What is the website URL? it’s http://reindeer-platinum-sgy9.squarespace.com/ password is: Thestudio2024
tuanphan Posted January 28 Posted January 28 Use this CSS code @media screen and (max-width: 991px) { .header-layout-nav-center .header-title { max-width:70px } .header-display-desktop { display: flex !important } .header-display-mobile { display: none } .header-burger { display: none } .header-nav { display: flex !important } .header-nav { display: flex !important; flex: 70% !important; justify-content: center } .showOnDesktop .header-actions-action.header-actions-action--cart { display: none } nav { flex-wrap: nowrap !important } nav a { font-size: 10px; margin-left: 10px; margin-right: 10px } .header-title-logo { text-align: center } } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment