Bioscope Posted August 7, 2021 Share Posted August 7, 2021 Site URL: https://www.bioscope.co.nz/#/asb-borrow-abs/ I would like to have the credits (two text blocks that are centred on the page) to show up next to each other on mobile but currently they are stacked on top of each other. I've tried to align them to the opposing sides compared to the normal non-mobile website which is better but doesn't solve the stacking issue. Any help would be appreciated. Link to comment
tuanphan Posted August 8, 2021 Share Posted August 8, 2021 19 hours ago, Bioscope said: Site URL: https://www.bioscope.co.nz/#/asb-borrow-abs/ I would like to have the credits (two text blocks that are centred on the page) to show up next to each other on mobile but currently they are stacked on top of each other. I've tried to align them to the opposing sides compared to the normal non-mobile website which is better but doesn't solve the stacking issue. Any help would be appreciated. Hi. Add to Design > Custom CSS /* ASB Mobile credit text */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1612389440512_9847+.row .span-5 { float: left !important; width: 50% !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
Bioscope Posted August 8, 2021 Author Share Posted August 8, 2021 Awesome, thanks so much! That works 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.