kimmydesign Posted May 14 Share Posted May 14 Hi there, how do I keep the button on the header and not in the burger menu on mobile? I will probably have to make it smaller so it fits. https://ballard-inn.squarespace.com/ Link to comment
DavidStewart Posted May 14 Share Posted May 14 Didn't understand your question. Can you clarify a bit. Link to comment
kimmydesign Posted May 14 Author Share Posted May 14 Right now, the 'Button' selected from the header menu goes to the burger menu on mobile. See the first two images for reference. The third image is how I would like it to look. Thank you! Link to comment
Solution tuanphan Posted May 18 Solution Share Posted May 18 You can use this code to Website > Website Tools > Custom CSS /* Show button next to burger on mobile */ @media screen and (max-width:991px) { .header-actions.header-actions--right, .header-actions-action.header-actions-action--cta { display: flex !important; } a.btn { padding-left: 10px !important; padding-right: 10px !important; font-size: 14px !important; position: relative; left: -15vw; } .header-menu a.btn { display: none; } } 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
kimmydesign Posted May 19 Author Share Posted May 19 Amazing! Thank you, as always! tuanphan 1 Link to comment
kimmydesign Posted May 21 Author Share Posted May 21 @tuanphan how do I hide it from the desktop mobile pop out as well so it's just in the top right corner? Link to comment
tuanphan Posted May 22 Share Posted May 22 34 minutes ago, kimmydesign said: @tuanphan how do I hide it from the desktop mobile pop out as well so it's just in the top right corner? You mean when desktop burger menu is open >> Hide Book button? 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
leyogascope Posted July 8 Share Posted July 8 (edited) Hello @tuanphan I have the same issue here https://www.leyogascope.com/ I would like to keep the "reservation" button + the card + the hamburger menu on the mobile version... What would you recommend (I tried your previous code but it didnt work on my end) Thanks!! Edited July 8 by leyogascope Link to comment
tuanphan Posted July 13 Share Posted July 13 On 7/8/2024 at 5:40 PM, leyogascope said: Hello @tuanphan I have the same issue here https://www.leyogascope.com/ I would like to keep the "reservation" button + the card + the hamburger menu on the mobile version... What would you recommend (I tried your previous code but it didnt work on my end) Thanks!! I think I send via email, you can try this code to Custom CSS box div.header-display-mobile .header-actions-action.header-actions-action--cta { display: flex !important; position: absolute; left: 35px } div.header-display-mobile .header-actions-action a.btn { font-size: 10px !important; padding: 10px !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