Title: Changes for submit button
Last modified: November 23, 2024

---

# Changes for submit button

 *  Resolved [Marvin](https://wordpress.org/support/users/agenceamar/)
 * (@agenceamar)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/changes-for-submit-button/)
 * Hello
 * How to make the submit button as large as the form, automatically, instead of
   putting it left, right or at the center ?
 * Thanks
    -  This topic was modified 1 year, 6 months ago by [Marvin](https://wordpress.org/support/users/agenceamar/).
      Reason: Solution found

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * (@hyenokian)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/changes-for-submit-button/#post-18158529)
 * Dear [@agenceamar](https://wordpress.org/support/users/agenceamar/),
 * Thank you for your topic.
 * If we understand correctly, you want the Finish button width to match the width
   of the survey.
   While we currently don’t have a direct option for this, our Development
   Team has written a new Custom CSS code special for you.
 * Please take the following CSS code and insert it into the** Surveys > particular
   survey > Styles Tab > Custom CSS option**.
   Please, make sure to replace YOUR_SURVEY_ID
   with the actual ID of your survey (for example, [id*=’ays-survey-container-1′]).
 * Please use the following code:
 * `[id*='ays-survey-container-YOUR_SURVEY_ID'] .ays-survey-section-buttons{
   display:
   flex;}
 * `[id*='ays-survey-container-YOUR_SURVEY_ID'] .ays-survey-section-button-container:
   has(.ays-survey-finish-button:not(.ays-survey-display-none)){
   flex: 1;margin:
   0;}
 * `[id*='ays-survey-container-YOUR_SURVEY_ID'] .ays-survey-finish-button{
   width:
   100%;}
 * Please check this and let us know about the outcome.
 * Thank you.
 *  Plugin Support [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * (@hyenokian)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/changes-for-submit-button/#post-18174971)
 * Dear [@agenceamar](https://wordpress.org/support/users/agenceamar/),
 * We’re closing this ticket for now as we last heard from you 1 week ago.
 * If the query is unresolved, drop us a line and we’ll get back to you at the earliest
   and the ticket will be re-opened.
 * For a new query, feel free to open a new topic. Our Customer Care Specialists
   will be happy to help you.
 * Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changes for submit button’ is closed to new replies.

 * ![](https://ps.w.org/survey-maker/assets/icon-256x256.png?rev=2444244)
 * [Survey Maker by AYS](https://wordpress.org/plugins/survey-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/survey-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/survey-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/survey-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/survey-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/survey-maker/reviews/)

## Tags

 * [submit button](https://wordpress.org/support/topic-tag/submit-button/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/changes-for-submit-button/#post-18174971)
 * Status: resolved