Edwardleonidas Posted December 16, 2022 Share Posted December 16, 2022 (edited) My desktop site has a large "Book Now" button on the header. When you go to mobile view, the button becomes part of the hamburger drop-down. How do I get the button to show up in the header on mobile mode? I want that button to be the first thing people see, not part of the hamburger drop-down. Edited December 16, 2022 by Edwardleonidas Link to comment
tuanphan Posted December 17, 2022 Share Posted December 17, 2022 I think I just solved a similar case. If you share link to your site, we can help easier 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
Edwardleonidas Posted December 20, 2022 Author Share Posted December 20, 2022 Sure thing- www.elminspections.com Link to comment
tuanphan Posted December 22, 2022 Share Posted December 22, 2022 On 12/21/2022 at 3:33 AM, Edwardleonidas said: Sure thing- www.elminspections.com Add to Design > Custom CSS @media screen and (max-width:991px) { .header-actions.header-actions--right, .header-actions.header-actions--right div { position: relative; display: flex; } .header-actions.header-actions--right { position: relative; left: -2vw; } .header-title-nav-wrapper { flex: 1 0 30% !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment