responsive text in block

Home Forums Legacy Support Support queries Styling issues responsive text in block

Viewing 14 posts - 46 through 59 (of 59 total)
  • Author
    Posts
  • #374840
    MeesterGijs
    Spectator
    This reply has been marked as private.
    #374862
    Anshuman Sahu
    Keymaster
    Hi please try adding this custom css :
    @media screen and (max-width:769px){
        form.quiz_retake_form.start_quiz {
            display: block !important;
            margin-top: 8rem;
        }
    }
    #374893
    MeesterGijs
    Spectator
    Hi Alex, that actually worked. Great I think it's the best we can do, right? It's not possible to go from this to this? Gijs
    #374910
    Anshuman Sahu
    Keymaster
    well im sorry it might not be possible since we do not know how much icons may come from the content there .
    #374951
    MeesterGijs
    Spectator
    Dear Alex, What do you mean? It's just those three things. Maybe I don't understand your answer.. Please elaborate. Could we then at least minimize distance between al icons and yellow bar. Like this?
    #375140
    Veronica
    Moderator
    hi see this is how it is showing when you remove this code: http://prntscr.com/20vazwq
    #375337
    MeesterGijs
    Spectator
    Dear Veronica, I wish it would look like your printscreen, but that's not what I see. What is the frame? This is what I see with Apple 12 Pro: https://imgur.com/a/PDUaULT How can I get what you show me? I deleted that code, but it didn't change...
    #375391
    Veronica
    Moderator
    use this: @media (max-width: 425px){ form.quiz_retake_form.start_quiz {margin-top: 3rem;} } refer: http://somup.com/crXUjn0Tmv
    #375398
    MeesterGijs
    Spectator
    The video doesn't show what the printscreen shows. How can I get this?
    #375496
    Veronica
    Moderator
    hi this is not available as the button is out of scope of the quiz content
    #375532
    MeesterGijs
    Spectator
    But you showed me this screenshot (https://prnt.sc/20vazwq). How did you get this done?
    #375561
    Veronica
    Moderator
    hi see this what we can do here: @media (max-width:376px){ #unit_content form.quiz_retake_form.start_quiz input{ top:-59px !important; } } we have already made some changes in your available code refer: http://somup.com/crlVip0Ubg
    #375562
    MeesterGijs
    Spectator
    Ok, great! I understand. Let's leave it like this then. Thanks for all your help on this ticket, Veronica. You're amazing. Let's close
    #375622
    Veronica
    Moderator
    thanks for your words closing this one
Viewing 14 posts - 46 through 59 (of 59 total)
  • The topic ‘responsive text in block’ is closed to new replies.