Title: Answer Style
Last modified: February 7, 2025

---

# Answer Style

 *  Resolved [juanmartinbarozzi](https://wordpress.org/support/users/juanmartinbarozzi/)
 * (@juanmartinbarozzi)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/answer-style/)
 * How can i make 10 and 9 to be centered (below 6 and 7) and not on the sides?
 * Can i make the answer boxes narrower without narrowing the entire quiz?
 * is there a way to edit the plugins code to enable 5 columns on grid answer display?
 * thanks
 * image: [https://drive.google.com/file/d/1C2YSm_y4MpSeOYVgSQZT5GgaaMSJpJLj/view?usp=sharing](https://drive.google.com/file/d/1C2YSm_y4MpSeOYVgSQZT5GgaaMSJpJLj/view?usp=sharing)
 * ![](https://drive.google.com/file/d/1C2YSm_y4MpSeOYVgSQZT5GgaaMSJpJLj/view?usp
   =sharing)
 * ![](https://drive.google.com/file/d/1C2YSm_y4MpSeOYVgSQZT5GgaaMSJpJLj/view?usp
   =sharing)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fanswer-style%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * (@hyenokian)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/answer-style/#post-18295433)
 * Dear [@juanmartinbarozzi](https://wordpress.org/support/users/juanmartinbarozzi/),
 * Thank you for your topic.
 * I wanted to mention that, unfortunately, we don’t have an option available for
   this specific purpose at the moment.
 * However, our Dev Team has written a custom CSS solution specifically for your
   needs.
   With this CSS, we can center the two columns and change the quantity to
   five columns on grid.
 * Please take this Custom CSS code and insert it into the **Quizzes > particular
   quiz > Styles tab > Custom CSS option**.
   Then, replace YOUR_QUIZ_ID with the 
   corresponding Quiz ID (for instance, like this: #ays-quiz-container-1).Do not
   delete the space after it.Do not forget to clear the cache afterward.
 * **Here is the CSS code for your first request:**
 *     ```wp-block-code
       #ays-quiz-container-YOUR_QUIZ_ID .ays_grid_view_container {    justify-content: center; /* Align items to the center horizontally */    gap: 5px; /* Set spacing between items */}
       ```
   
 * **Here is the CSS code for your third request:**
 *     ```wp-block-code
       #ays-quiz-container-YOUR_QUIZ_ID .ays_grid_view_item {    width: calc(20% - 10px) !important; /* Set item width to 20%, ensuring 5 columns per row with spacing */}
       ```
   
 * Regarding your second request, please note that we currently don’t have an available
   option for that specific purpose.
 * Please try this and let us know the outcome.
 * Thank you.
 *  Thread Starter [juanmartinbarozzi](https://wordpress.org/support/users/juanmartinbarozzi/)
 * (@juanmartinbarozzi)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/answer-style/#post-18296865)
 * [@hyenokian](https://wordpress.org/support/users/hyenokian/)
 * Thank you and the team.
 * Solution worked perfectly and it was just what i needed.
 *  Plugin Support [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * (@hyenokian)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/answer-style/#post-18297915)
 * Dear [@juanmartinbarozzi](https://wordpress.org/support/users/juanmartinbarozzi/),
 * Glad to hear that everything works fine for you now.
   Your review can make a**
   big difference!**Please leave us a rating on [WordPress.org](http://wordpress.org/).
 * You’ll help new users discover our plugin, giving us the opportunity to make 
   it even better for you!
 * **Here is the link for rating:** [https://wordpress.org/support/plugin/quiz-maker/reviews/?filter=5](https://wordpress.org/support/plugin/quiz-maker/reviews/?filter=5)
 * Thanks in advance!

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

The topic ‘Answer Style’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/answer-style/#post-18297915)
 * Status: resolved