Roamer Posted January 18, 2022 Share Posted January 18, 2022 Site URL: https://roamerbatteries.com/bms-app Hello, Please may you help? I am trying to keep the 'app store' and 'play' logo side by side on mobile rather than stacked on top of each. I have figured out how to reduce the size of them but cannot figure out how to create two columns (top section of my website) I would also like the section 'Check battery status, faults and alarms' to stack text first on mobile as looks weird. It would be great if it was the same order as 'Monitor real-time data from you phone' and 'Control and configure battery protection' sections. Thank you Holly Link to comment
Beyondspace Posted January 18, 2022 Share Posted January 18, 2022 1 hour ago, Roamer said: Site URL: https://roamerbatteries.com/bms-app Hello, Please may you help? I am trying to keep the 'app store' and 'play' logo side by side on mobile rather than stacked on top of each. I have figured out how to reduce the size of them but cannot figure out how to create two columns (top section of my website) I would also like the section 'Check battery status, faults and alarms' to stack text first on mobile as looks weird. It would be great if it was the same order as 'Monitor real-time data from you phone' and 'Control and configure battery protection' sections. Thank you Holly Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1638797498466_3708 + .row { display: flex; } #block-yui_3_17_2_1_1638797498466_3708 + .row > .col { width: 100% !important; } #block-yui_3_17_2_1_1638797498466_3708 + .row > .col > .image-block { width: 100% !important; padding: 0; } #block-yui_3_17_2_1_1638797498466_3708 + .row > .col:last-child { display: none; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Roamer Posted January 18, 2022 Author Share Posted January 18, 2022 Thank you for getting back to me so soon and your code 🙂 The first part has worked apart from it isn't inline with my text anymore? Is that possible? The text hasn't stacked above the image on the second request. I have attached two screenshots to help with problem. Thanks Holly Link to comment
Roamer Posted January 18, 2022 Author Share Posted January 18, 2022 Also, sorry if you can't find the page anymore it's www.roamerbatteries.com/support/bms-app Link to comment
tuanphan Posted January 19, 2022 Share Posted January 19, 2022 21 hours ago, Roamer said: Also, sorry if you can't find the page anymore it's www.roamerbatteries.com/support/bms-app Add to Design > Custom CSS /* BMS APP - Mobile - check battery */ @media screen and (max-width:767px) { div#page-section-61af3c24b7c5683520d5bd8b .span-11>.row { display: flex; flex-direction: column-reverse; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Roamer Posted January 25, 2022 Author Share Posted January 25, 2022 Thank you, that's worked 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