Title: Css code not working on mobile
Last modified: December 14, 2020

---

# Css code not working on mobile

 *  Resolved [ziapy](https://wordpress.org/support/users/ziapy/)
 * (@ziapy)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-code-not-working-on-mobile/)
 * 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.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-code-not-working-on-mobile%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Natalie](https://wordpress.org/support/users/nrherron/)
 * (@nrherron)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-code-not-working-on-mobile/#post-13799145)
 * Hi [@ziapy](https://wordpress.org/support/users/ziapy/),
 * This can be fixed with adding an [@media](https://wordpress.org/support/users/media/)
   tag!
 * This is a detailed guide on how to work with this [here](https://www.w3schools.com/cssref/css3_pr_mediaquery.asp).
 * For example this could would look something like this:
 *     ```
       @media (max-width: 600px){
       .llms-question-wrapper .llms-question-text {
       font-size: 20px;
       }
       }
       ```
   
 * I hope this helps!
 * Please let us know if you have any further questions!
 * Thanks and take care,
 *  Thread Starter [ziapy](https://wordpress.org/support/users/ziapy/)
 * (@ziapy)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-code-not-working-on-mobile/#post-13801402)
 * No it is working, after adding [@media](https://wordpress.org/support/users/media/)
   
   the code also not working on desktop.
 *  [Natalie](https://wordpress.org/support/users/nrherron/)
 * (@nrherron)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-code-not-working-on-mobile/#post-13818404)
 * Hi [@ziapy](https://wordpress.org/support/users/ziapy/),
 * 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/](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](https://wordpress.org/support/users/ziapy/)
 * (@ziapy)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-code-not-working-on-mobile/#post-13820635)
 * Please find the screenshot by following below link
    [https://paste.pics/B3YBB](https://paste.pics/B3YBB)
 *  [Natalie](https://wordpress.org/support/users/nrherron/)
 * (@nrherron)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-code-not-working-on-mobile/#post-13823608)
 * Hi [@ziapy](https://wordpress.org/support/users/ziapy/)
 * Thank you for the screenshots!
 * The media is set up a bit out of order you’ll want something like this:
 *     ```
       .llms-question-wrapper .llms-question-text h3 {
       font-size: 30px !important;
       }
       @media (max-width: 780px) {
       .llms-question-wrapper .llms-question-text h3 { font-size: 30px !important; }
       }
       ```
   
 * Please adjust the sizes as needed!
 * Let us know if you encounter further issues!
 * Thanks and take care,
 *  [Toyin](https://wordpress.org/support/users/jnr4u2/)
 * (@jnr4u2)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-code-not-working-on-mobile/#post-13845640)
 * Since I haven’t heard back from you in a week I’m going to mark this thread as
   resolved. Don’t worry, if you have more questions or still need help just hit
   reply and let me know!
 * Have a great day!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Css code not working on mobile’ is closed to new replies.

 * ![](https://ps.w.org/lifterlms/assets/icon.svg?rev=2034507)
 * [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes](https://wordpress.org/plugins/lifterlms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lifterlms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lifterlms/)
 * [Active Topics](https://wordpress.org/support/plugin/lifterlms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lifterlms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lifterlms/reviews/)

## Tags

 * [css code](https://wordpress.org/support/topic-tag/css-code/)

 * 6 replies
 * 3 participants
 * Last reply from: [Toyin](https://wordpress.org/support/users/jnr4u2/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/css-code-not-working-on-mobile/#post-13845640)
 * Status: resolved