• Resolved ziapy

    (@ziapy)


    Hello support team,

    I want to reduce the size of font for question. It look perfect on desktop but on mobile it is little bulky.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @ziapy,

    You can do this with some CSS:

    @media (max-width: 600px){
    	p.llms-choice-text{
    		font-size: 10px !important;
    	}
    }

    You will want to change the font size to fit the one you want for mobile! This can then be added under Appearance->Customize->Additional CSS

    I hope this helps!

    Let us know if you have any further questions!

    Thanks and take care,

    Thread Starter ziapy

    (@ziapy)

    Thanks for a quick response
    I did the same but above css code did not work.

    Hi @ziapy,

    I’m sorry the code didn’t work!

    Could you send us a screenshot of the CSS Structure with your quizzes so we can provide a more direct code that works with any theme that may be adding style as well!

    We have information on how to do this here: https://lifterlms.com/docs/css-structure/

    You’ll want to attach any images with services like imgur or google drive!

    Please let me know if you have any questions on finding this information!

    Thanks and take care,

    Thread Starter ziapy

    (@ziapy)

    Thanks for the guide, I fixed it myself

    .llms-question-wrapper .llms-question-text {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    }

    Thread Starter ziapy

    (@ziapy)

    Hello suport team

    .llms-question-wrapper .llms-question-text {
    font-size: 20px;
    }

    I am using above css code which work fine on desktop but not working on mobile devices.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Question Font Size’ is closed to new replies.