LeoWeeee Posted July 8, 2022 Share Posted July 8, 2022 Site URL: https://leo-weber.com/ Hi! I put the desktop menu on mobile so the smooth scrolling works .header-title-logo img { max-height: 150px !important; } .header .header-title-nav-wrapper .header-nav { display: block !important; } .header .header-burger { display: none !important; } Now I wanted to have the 3 nav items in one line and centered below the website title and cart. please help I'm lost.... 😉 Link to comment
tuanphan Posted July 8, 2022 Share Posted July 8, 2022 What is 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!) Link to comment
tuanphan Posted July 9, 2022 Share Posted July 9, 2022 Don't remove any code in your current code Add to Design > Custom CSS @media screen and (max-width:767px) { .header-title-nav-wrapper { flex-direction: column; } .header-nav { width: 100% !important; } .header-nav-item { margin-left: 2vw !important; margin-right: 2vw !important; } } 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!) Link to comment
LeoWeeee Posted July 12, 2022 Author Share Posted July 12, 2022 Hi! Unfortunately the header is not centered to the screen because of the cart... Leo-weber.com pw: Leo310884 Solutions I found here are not working for me 😉 Link to comment
tuanphan Posted July 12, 2022 Share Posted July 12, 2022 Don't remove any code in your current code Add to Design > Custom CSS @media screen and (max-width:767px) { a#site-title { position: absolute; left: 50%; transform: translateX(-50%); z-index: 9999; } .header-nav { position: absolute; left: 50%; transform: translateX(-50%); z-index: 9999; top: 50px; } } 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!) Link to comment
LeoWeeee Posted July 12, 2022 Author Share Posted July 12, 2022 thank you!!! it works perfectly! 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