AcadiaBromke Posted September 21, 2021 Share Posted September 21, 2021 Site URL: https://michalash.com/home Hi there, I am working on this website for a client and I cannot figure out how to ensure my buttons stay side by side on the mobile version. They always end up stacked like this. Any custom CSS solutions out there? Thanks in advance, appreciate all the help! Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 Add to Design > Custom CSS /* Mobile buttons side by side */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1628880162664_6290+.row .span-4 { width: 50% !important; float: left !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment