AcadiaBromke Posted September 21, 2021 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!
tuanphan Posted September 24, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.