Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello trip,

    Please go to Dashboard -> Appearance -> Customize ->Theme Options-> Theme General Options -> Custom CSS

    insert code into Custom CSS box and save

    1. zoom out on mobile –

    @media(max-width:480px){
    iframe.wp-embedded-content {
    width: 100% !important;
    }
    .enigma_blog_post_content {
    width: 100% !important;
    }
    .enigma_blog_full {
    overflow: hidden !important;
    }
    }

    2. highlighted in the next question –

    @media(max-width:480px){
    .QuizQuestionOption-item:hover{
    background-color: transparent !important;
    }
    }

    Thanks.

    Thread Starter trippindian

    (@trippindian)

    Hi, thank you for the reply. The first code is working fine but the second problem is still there

    Thanks 🙂

    Please copy and paste below CSS in style.css

    @media(max-width:480px){
    .QuizQuestionOption-item:hover{
    background-color: transparent !important;
    }
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Mobile issues’ is closed to new replies.