Maksymrewko Posted October 22, 2021 Share Posted October 22, 2021 Site URL: https://www.desna.ca/ Wanting to reduce the font size for specific buttons on a mobile breakpoint so them only span one line. Could also consider reducting the padding to achieve this - 2 buttons at the top on the homepage - 2 buttons on the registration page Link to comment
tuanphan Posted October 25, 2021 Share Posted October 25, 2021 Add to Design > Custom CSS /* Mobile buttons */ @media screen and (max-width:767px) { /* homepage */ div#page-section-5fae056208f95b782a34280d .button-block a { padding: 10px 10px; } /* register page */ div#block-8d417b64f1f7716a223c+.row a { padding: 5px 10px; } } Maksymrewko 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment