Title: shaiweb's Replies | WordPress.org

---

# shaiweb

  [  ](https://wordpress.org/support/users/shaiweb/)

 *   [Profile](https://wordpress.org/support/users/shaiweb/)
 *   [Topics Started](https://wordpress.org/support/users/shaiweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/shaiweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/shaiweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/shaiweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/shaiweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/shaiweb/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Result page design, Buttons block designt and more (a universal solution?)](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/)
 *  Thread Starter [shaiweb](https://wordpress.org/support/users/shaiweb/)
 * (@shaiweb)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/#post-13611389)
 * Hi kriti,
 * I believe I was provided with the right answe to the wrong question? I am pretty
   pleased with the color
 * My issue is around the location of the “submit” button which right now override
   my “back” button – I want the submit button to be placed at the left hand side
   of the container.
 * Thank you very much again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Result page design, Buttons block designt and more (a universal solution?)](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/)
 *  Thread Starter [shaiweb](https://wordpress.org/support/users/shaiweb/)
 * (@shaiweb)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/#post-13608873)
 * ok, thank you Kriti,
    Will wait 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Result page design, Buttons block designt and more (a universal solution?)](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/)
 *  Thread Starter [shaiweb](https://wordpress.org/support/users/shaiweb/)
 * (@shaiweb)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/#post-13600664)
 * Hi kitty, thank you very much for all of your help!
 * So how would I work with this styling? i can’t manage to apply this.
    Pagination
   is what makes stuff centered and contained well, so how can i work with that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Result page design, Buttons block designt and more (a universal solution?)](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/)
 *  Thread Starter [shaiweb](https://wordpress.org/support/users/shaiweb/)
 * (@shaiweb)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/#post-13576522)
 * Thank you very much for your answer!
 * Indeed I managed to place the previous and next buttons inside the container.
 * The class for .qsm-results-page worked when I used it in the dashboarde-> appearance-
   > customize -> additional css. THANK YOU!!! 🙂
 * However, as far as the submit button I tried pushing the code to the same place
   as you mentioned in the same additional css box, but it didn’t take any effect,
   I tried to copy the code from here, but also tried copying a different code as
   follow. I tried using that also you you “style” tab in the plugin, took the same
   effect.
    Maybe this has to do with the pagination style? (it comes before the
   btn style code, but here i pasted that afterwards so you could review)
 *     ```
       .qmn_quiz_container .qmn_btn:hover, .qmn_quiz_container .btn:hover { background: #8e44ad !important; }
       .quiz_section.quiz_end .qsm-submit-btn {
           border-radius: 30px;
           display: block;
           position: static;
           float: left;
           margin-top: 160px;
           margin-bottom: 15px;
           border-radius: 30px;
       }
       ```
   
 * pagination
 *     ```
       .qmn_pagination {
       	position: relative;
       	display: flex;
       	align-items: stretch;
       	flex-direction: column;
       	padding: 15px 30px 15px 30px;
       	border-top: 1px solid #f3f3f3;
   
   
       }
   
       @media screen and (min-width: 500px) {
       	.qmn_pagination {
       		justify-content: space-between;
       		align-items: center;
       		flex-direction: row;
       	}
       }
       ```
   
    -  This reply was modified 5 years, 6 months ago by [shaiweb](https://wordpress.org/support/users/shaiweb/).
    -  This reply was modified 5 years, 6 months ago by [shaiweb](https://wordpress.org/support/users/shaiweb/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Result page design, Buttons block designt and more (a universal solution?)](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/)
 *  Thread Starter [shaiweb](https://wordpress.org/support/users/shaiweb/)
 * (@shaiweb)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/#post-13568350)
 * I tried working with submit button like so and it didn’t take effect:
 * .quiz_section.quiz_end .qsm-submit-btn {
 *  border-radius: 30px;}
    display: block; position: static; float: left; margin-
   top: 160px; margin-bottom: 15px }
 * with the other two things I dind’t manage to fix anything too so far.
 * thank you very much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Result page design, Buttons block designt and more (a universal solution?)](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/)
 *  Thread Starter [shaiweb](https://wordpress.org/support/users/shaiweb/)
 * (@shaiweb)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/result-page-design-buttons-block-designt-and-more-a-universal-solution/#post-13568255)
 * thank you for your answer.
 * So the quiz url is yahasim.org.il/quiz1
 * as for the rsult page – how can i edit css for the result page?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] QSM text features problems (margin opacity)](https://wordpress.org/support/topic/qsm-text-margin-not-working/)
 *  Thread Starter [shaiweb](https://wordpress.org/support/users/shaiweb/)
 * (@shaiweb)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/qsm-text-margin-not-working/#post-13553972)
 * It worked! thank you very much!
 * Now i’m just going to have to realize how to move the buttons accordingly with
   my new border radius.

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