• Resolved epc77

    (@epc77)


    The radio buttons are located slightly above and to the left of my answers when I create a question. It’s not too big of a deal but looks slightly awkward. Is there a way to have them directly to the left of the question? I’m using the Newsliner theme on WordPress if that helps.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Bob

    (@prasunsen)

    This is not something that can be answered without a live link to the site.

    Thread Starter epc77

    (@epc77)

    Sorry. I didn’t want to publish the incomplete page yet, but have now done so and hidden it. The link is below:
    https://savannahagenda.com/test-quiz/

    Also, I made an error in my initial inquiry. I said I wanted to have the buttons directly left of the “question”. I meant to say I want them directly left of the answer.

    Thanks.

    • This reply was modified 4 years, 6 months ago by epc77.
    Plugin Author Bob

    (@prasunsen)

    In style.css you have fixed height on all “input” tags:

    input,
    select {
    height: 45px;
    line-height: 45px;
    }

    This is not good and should be removed or at least overwritten for the quiz. It will solve it.

    Thread Starter epc77

    (@epc77)

    Thanks. I ended up changing the 45px to 10px, which worked. When I deleted the code entirely it didn’t do anything for some reason. I appreciate the help and the great plugin.

    Thread Starter epc77

    (@epc77)

    Well, actually my “fix” had some unintended consequences. How do I overwrite the code for the quiz? I really don’t know code. Just kind of fumble around a bit. If you could help, it would be appreciated. If its too bothersome, no problem. I will eventually figure it out.

    Plugin Author Bob

    (@prasunsen)

    You can try to address the tags by the class in the wrapper div and add the CSS in “Custom CSS” section of Appearance page in your theme.
    Most likely you will have to add !important on each overwritten line.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Location of radio buttons’ is closed to new replies.