• Resolved Civil Engineering Notes

    (@civilenggnotes)


    By default, the question is showing below the question number. I want to show them in one line. What CSS code should I use to do that??

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .quiz_section .mlw_qmn_question_number,
    .quiz_section .mlw_qmn_question {
      display: inline;
    }
    

    Regards,
    Kharis

    Thread Starter Civil Engineering Notes

    (@civilenggnotes)

    Sorry to say that there are no changes with the code you provided

    Hello there,

    Have you flushed an active caching (if any) on your site? Otherwise, it will force web browser to not load new additions/changes.

    Regards,
    Kharis

    Thread Starter Civil Engineering Notes

    (@civilenggnotes)

    Sorry for the late response. Yes, I’ve purged all cache.

    Hello there,

    It looks like you pasted the code incorrectly. Remove it and replace with:

    
    .mlw_qmn_quiz .quiz_section .mlw_qmn_question_number,
    .mlw_qmn_quiz .quiz_section .mlw_qmn_question {
      display: inline !important;
    }
    

    and put at the most top line.

    Regards,
    Kharis

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show the question beside the question number?’ is closed to new replies.