Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #884936
    thelistener
    Participant

    On mobile devices, many of the titles on the site I’m working on are not responsive yet some are…how can I fix this? http://astramedicaltransport.com/

    #885667
    Christopher
    Moderator

    Hi there,

    One of our support staff will contact you shortly on how you can leave a review

    @media (max-width:480px){
    
    h1,.h1{
    font-size:22px;
    }
    h2, .h2 {
        font-size: 20px;
    }
    h3, .h3 {
        font-size: 18px;
    }
    h4, .h4 {
        font-size: 16px;
    }
    h5, .h5 {
        font-size: 14px;
    }
    h6, .h6 {
        font-size: 12px;
    }
    }

    Hope it helps.

    #893784
    thelistener
    Participant

    It didn’t work at first, then I added !important and it’s working like a charm. THANKS SO SO SO MUCH!

    #894760
    Rupok
    Member

    You are welcome!

    Glad that figured it out. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-884936 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>