tdquidley Posted June 23, 2023 Share Posted June 23, 2023 I have a custom font enabled for my site, including buttons: .sqs-block-button-element { font-family: 'Memory-Terminal' !important; } However, when this font is enabled, it adds extra padding to the bottom of the buttons: Is there a way to adjust the text alignment/bottom padding via CSS so that the text is properly centered? I've tried adjusting font and button style properties within the editor but it doesn't have any effect on the issue. Link to comment
tuanphan Posted June 24, 2023 Share Posted June 24, 2023 Can you share link to this page? We can check code easier 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
tdquidley Posted June 25, 2023 Author Share Posted June 25, 2023 https://jaguar-trumpet-p67e.squarespace.com/ Link to comment
Solution tuanphan Posted June 25, 2023 Solution Share Posted June 25, 2023 You can add this to Design > Custom CSS to improve a bit a.sqs-block-button-element--medium.sqs-button-element--primary.sqs-block-button-element { padding-bottom: 10px !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment