veliute
Forum Replies Created
-
Yes, thank you so much for your help! Now it looks just the way I wanted!
Forum: Plugins
In reply to: [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Design changesThank you so much for your answers it has helped a lot!
Still have two more unsolved problems, I hope you will help me resolve 🙂
First, the code helped me to move the “next” and “previous” buttons, but I still have to change the position of the “submit” button 30 px to the right.
Secondly:
I have changed the look of the radio buttons for the answers and it works great, however, the chosen answer does not stay “marked” after pressing it. Therefore would appreciate it if you could find a solution to this problem too!
The code I’ve used:input[type=radio]:after {
width: 15px;
height: 15px;
border-radius: 15px;
top: -2px;
left: -1px;
position: relative;
background-color: #231f20;
content: '';
display: inline-block;
visibility: visible;
border: 1px solid #000;
}
input[type=radio]:hover:after {
width: 15px;
height: 15px;
border-radius: 15px;
top: -2px;
left: -1px;
position: relative;
background-color: #f6c2ff;
content: '';
display: inline-block;
visibility: visible;
border: 1px solid #000;
}- This reply was modified 3 years ago by Steven Stern (sterndata). Reason: format
Forum: Plugins
In reply to: [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] CSS hanges