• Resolved comntdoulas

    (@comntdoulas)


    The start quiz button on my quiz cat looks like it’s either cut off, or the words are not centered on the button. I searched but didn’t find a code to fix it. Also, I would like to center the main quiz description as well.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Comntdoulas,

    Thanks for your message.

    Can you send us a link to your quiz so that we can inspect it? Best to place the quiz shortcode on a post and then send us a link to that post.

    It looks like the link you did send is just for previewing the link. Only people logged into your site can see those links.

    Looking forward to hearing back from you.

    All the best.

    Thread Starter comntdoulas

    (@comntdoulas)

    Sorry about that. Please scroll to the bottom of this blog post for the quiz.
    https://colorado-newborn.com/what-is-a-newborn-care-specialist-anyway/

    Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Comntdoulas,

    Thanks for your reply.

    For the button, you can enter this custom CSS to give the text more space-

    .fca_qc_button.fca_qc_start_button {
    height: 64px !important;
    }

    Not 100% sure if I understand when you said, “I would like to center the main quiz description as well.”. But it looks like your theme is causing the text to align left? You can try this CSS below –

    html.jetpack-lazy-images-js-enabled body.post-template-default.single.single-post.postid-7652.single-format-standard.wp-custom-logo div#content.site-content div.container div.content-left-wrap.col-md-12 div#primary.content-area main#main.site-main article#post-7652.post-7652.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-colorado div.entry-content div#fca_qc_quiz_7779.fca_qc_quiz div.fca_qc_quiz_description p {
    text-align: center;
    }

    If needed, you can add CSS by going to – your Site → Appearance → Customize → Additional CSS.

    I hope that helps. If there is anything else, feel free to message us back.

    All the best.

    Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Comntdoulas,

    I am going to mark this one as “resolved” but if you have any more questions on this topic, feel free to get back to us.

    All the best.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Start Quiz button messed up’ is closed to new replies.