trainverce Posted September 16, 2021 Share Posted September 16, 2021 Site URL: https://trainverce.com/ I'm trying to get these buttons side by side on mobile view Link to comment
tuanphan Posted September 16, 2021 Share Posted September 16, 2021 11 hours ago, trainverce said: Site URL: https://trainverce.com/ I'm trying to get these buttons side by side on mobile view Add to Design > Custom CSS /* buttons side by side: program-memberships */ @media screen and (max-width:767px) { div#page-section-60dc1c3acc33482b8e35e4fa>.row>.span-12>.row>.span-6 { 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!) Link to comment
trainverce Posted September 20, 2021 Author Share Posted September 20, 2021 On 9/16/2021 at 11:14 PM, tuanphan said: /* buttons side by side: program-memberships */ @media screen and (max-width:767px) { div#page-section-60dc1c3acc33482b8e35e4fa>.row>.span-12>.row>.span-6 { width: 50% !important; float: left !important; } } Amazing. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.