Designnosaur Posted April 2 Share Posted April 2 Hello! I would like to make the button in my request form full-width in mobile viewports only. Any advice? Thanks so much! Link to comment
Jia Posted April 2 Share Posted April 2 2 hours ago, Designnosaur said: Hello! I would like to make the button in my request form full-width in mobile viewports only. Any advice? Thanks so much! Hi, try adding this code to custom css: @media (max-width: 767px) { button.button.sqs-system-button.sqs-editable-button.form-submit-button.sqs-button-element--primary { width:100%; } } Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio 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