Maksymrewko Posted January 4, 2023 Posted January 4, 2023 Hi there 🙂 Need some help trying to stack these buttons on the mobile breakpoint. I followed Will Myres' video to achieve these tab sections - so they are not your traditional buttons. Any help would be much appreciated. Many thanks
Beyondspace Posted January 4, 2023 Posted January 4, 2023 16 minutes ago, Maksymrewko said: Hi there 🙂 Need some help trying to stack these buttons on the mobile breakpoint. I followed Will Myres' video to achieve these tab sections - so they are not your traditional buttons. Any help would be much appreciated. Many thanks Can you show me the result you want to achieve? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Maksymrewko Posted January 4, 2023 Author Posted January 4, 2023 @Beyondspace - something along this lines on the mobile breakpoint so all the buttons stack
tuanphan Posted January 7, 2023 Posted January 7, 2023 What is your site url? We can check 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!)
Maksymrewko Posted January 16, 2023 Author Posted January 16, 2023 @tuanphan - https://www.ukrainiandanceworld.com/dance-groups
tuanphan Posted January 18, 2023 Posted January 18, 2023 On 1/17/2023 at 7:35 AM, Maksymrewko said: @tuanphan - https://www.ukrainiandanceworld.com/dance-groups Add to Design > Custom CSS @media screen and (max-width:767px) { .tabs-container button { max-width: unset !important; display: block !important; margin: 0 !important; width: 100% !important; background-color: #ee7d00 !important; color: white !important; margin-bottom: 20px !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!)
Maksymrewko Posted January 18, 2023 Author Posted January 18, 2023 @tuanphan that works but I get a huge gap bewteen the search bar and buttons? I tried to set the padding to 0 for the code block but that didn't help. Any thoughts?
Solution tuanphan Posted January 26, 2023 Solution Posted January 26, 2023 On 1/19/2023 at 9:50 AM, Maksymrewko said: @tuanphan that works but I get a huge gap bewteen the search bar and buttons? I tried to set the padding to 0 for the code block but that didn't help. Any thoughts? Use this new code @media screen and (max-width:767px) { .tabs-container button { max-width: unset !important; display: block !important; margin: 0 !important; width: 100% !important; background-color: #ee7d00 !important; color: white !important; margin-bottom: 20px !important; } .tabs-container { transform: unset !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment