wa7245 Posted January 19 Share Posted January 19 Hey everyone! I'm trying to get all my buttons to be the same length on this page but I can't figure it out. I tried using this and it didnt work: #collection-63c8097b9f57561f5d604f40 { .sqs-block-button .sqs-block-button-element--medium { width: 360px !important; max-width: 70% !important; } } Thoughts? Link to comment
tuanphan Posted January 27 Share Posted January 27 Can you share link to page where you use buttons? We can check easier 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
wa7245 Posted February 2 Author Share Posted February 2 On 1/26/2023 at 9:15 PM, tuanphan said: Can you share link to page where you use buttons? We can check easier cupsmission.com/links Link to comment
tuanphan Posted February 8 Share Posted February 8 On 2/3/2023 at 2:04 AM, wa7245 said: cupsmission.com/links Add to Design > Custom CSS div#page-63c8097b9f57561f5d604f40 .button-block a { min-width: 350px; display: inline-block; } @media screen and (max-width:640px) { div#page-63c8097b9f57561f5d604f40 .button-block a { min-width: 300px; padding-left: 20px; padding-right: 20px; white-space: Nowrap !important; font-size: 16px; } } 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
wa7245 Posted February 12 Author Share Posted February 12 On 2/7/2023 at 9:58 PM, tuanphan said: Add to Design > Custom CSS div#page-63c8097b9f57561f5d604f40 .button-block a { min-width: 350px; display: inline-block; } @media screen and (max-width:640px) { div#page-63c8097b9f57561f5d604f40 .button-block a { min-width: 300px; padding-left: 20px; padding-right: 20px; white-space: Nowrap !important; font-size: 16px; } } This is perfect! Will this work as well for crossovermalawi.com/links ? Link to comment
tuanphan Posted February 15 Share Posted February 15 On 2/12/2023 at 10:55 PM, wa7245 said: This is perfect! Will this work as well for crossovermalawi.com/links ? With new site, use this code div#page-63c96d2251cf815b853a5c43 .button-block a { min-width: 350px; display: inline-block; } @media screen and (max-width:640px) { div#page-63c96d2251cf815b853a5c43 .button-block a { min-width: 300px; padding-left: 20px; padding-right: 20px; white-space: Nowrap !important; font-size: 16px; } } 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