space between title and quiz too big
Welcome to QSM Support Forum. › Forums › QSM Pro Support › space between title and quiz too big
- This topic has 17 replies, 3 voices, and was last updated 5 years, 5 months ago by
Kriti Sharma.
-
AuthorPosts
-
February 22, 2020 at 5:09 pm #2400
[email protected]ParticipantHow do I decrease the space between the title and the first question (above and below the separator bar)?
See screen shot for example.
Thanks
TomAttachments:
You must be logged in to view attached files.February 24, 2020 at 5:12 am #2412
Kriti SharmaKeymasterHi Tom,
Try using custom CSS code to remove extra margin between the title and the first question of the quiz.
Regards,
KritiFebruary 24, 2020 at 12:00 pm #2421
[email protected]ParticipantHi Kriti,
I think you didn’t read my question fully. This space is controlled by your product.
Since this is your product, please tell me what CSS code to use and where to put it.
Tom
February 25, 2020 at 5:21 am #2429
Kriti SharmaKeymasterPlease share the url of the webpage so that I can help you with the code.
Kriti
February 25, 2020 at 11:44 am #2436
[email protected]ParticipantThis isn’t anything particular to my quiz. It’s for every quiz. Here is another example, including an attache screen shot here.
https://www.awesomedoodle.com/aussiedoodle-puppies/desoto/
If you don’t have time to trouble shoot, Could you please pass this ticket to someone who can help? Thank you! 🙂
Tom
Attachments:
You must be logged in to view attached files.February 26, 2020 at 11:13 am #2462
Kriti SharmaKeymasterPlease paste the following css code in Appearance -> Customize -> Custom CSS to remove the extra spaces
.quiz_section { padding: 0px; } .mlw_qmn_message_before { margin-bottom: 0px; padding-bottom: 0px; }Regards,
Kriti-
This reply was modified 5 years, 8 months ago by
Kriti Sharma.
February 26, 2020 at 2:19 pm #2470
[email protected]ParticipantI did this and it did not make a change. Yes I cleared all my cache.
See attached.
Attachments:
You must be logged in to view attached files.February 27, 2020 at 3:11 am #2474
Kriti SharmaKeymasterTry the following CSS code:
.quiz_section { padding: 0px !important; } .mlw_qmn_message_before { margin-bottom: 0px !important; padding-bottom: 0px !important; }Please send me the admin credentials of your website, if you don’t find it working.
Regards,
KritiMay 11, 2020 at 3:45 am #3742
N. McBeeParticipantYou were very kind and patient given the belligerence that accompanied the lack of comprehension of such plugins (css for customization). I am not quite sure how you do it, it would irritate me, so congratulations on your sincere diplomacy 🙂
May 11, 2020 at 3:47 am #3743
N. McBeeParticipantP.S. to be clear, that is for Kriti.
May 11, 2020 at 11:52 am #3763
Kriti SharmaKeymasterHi N. McBee,
That’s very sweet of you for appreciating my efforts. Thank you.
Best regards,
KritiMay 11, 2020 at 12:16 pm #3767
[email protected]ParticipantRelated question. As soon as I changed the quiz style,the buttons show up on top of each other, instead of on each side. What’s the css to place them on each side? This is my css so far:
a.mlw_qmn_quiz_link
{
border-radius: 4px;
background-color: #67b7e1;
border: #eee solid 1px;
color: #ffffff;
box-sizing: border-box;
display: inline-block;
padding: 7px 7px 7px 7px;Attachments:
You must be logged in to view attached files.May 11, 2020 at 1:09 pm #3771
Kriti SharmaKeymasterHi Tom,
Please share the quiz URL with me.
Regards,
KritiMay 11, 2020 at 2:14 pm #3776May 12, 2020 at 12:57 pm #3819
Kriti SharmaKeymasterHi Tom,
I have forwarded your issue to the development team. I will keep you posted as soon as I hear back from them.
Regards,
Kriti -
This reply was modified 5 years, 8 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.