TZ253 Posted October 6, 2021 Posted October 6, 2021 How can I change the width of my Promotional Pop-up Button with CSS?
tuanphan Posted October 8, 2021 Posted October 8, 2021 On 10/7/2021 at 1:12 AM, TZ253 said: How can I change the width of my Promotional Pop-up Button with CSS? Can you share link to your site? We can check button 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!)
tuanphan Posted October 10, 2021 Posted October 10, 2021 On 10/7/2021 at 1:12 AM, TZ253 said: How can I change the width of my Promotional Pop-up Button with CSS? Add to Design > Custom CSS .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"] [data-slice-type="buttons"] { width: 50%; margin: 0 auto; } 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!)
didanyc Posted January 11, 2023 Posted January 11, 2023 I would also like to change the width of my Promotional Pop-Up button, but this code doesn't work on my site. Not sure how to adjust the code. Also would like the button type to be all on one line : ) megamedia.co
tuanphan Posted January 15, 2023 Posted January 15, 2023 On 1/12/2023 at 3:56 AM, didanyc said: I would also like to change the width of my Promotional Pop-Up button, but this code doesn't work on my site. Not sure how to adjust the code. Also would like the button type to be all on one line : ) megamedia.co Add to Design > Custom CSS .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"] [data-slice-type="buttons"] { white-space: nowrap; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment