shaiweb
Forum Replies Created
-
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!
ok, thank you Kriti,
Will wait 🙂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?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; } }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.
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?
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.