Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1374454
    powrider686
    Participant

    Hey there,
    On my site, roadsidegallery.com, I’m having a problem with the font size of the categories. Seems to me that the categories are H3 and they aren’t resizing on smaller devices and become unreadable. How could I make the font sizes smaller, like h4 or h5, and make the them responsive so that they display properly on smaller devices.

    Thanks for the help!

    Marcus

    #1374455
    powrider686
    Participant

    I added this piece of code:

    .product-category.product h3 {
    font-size: 1em;
    }

    But how could I add a responsive tag to that so that the font is responsive based on screensize?

    Thank you!

    #1374639
    Rupok
    Member

    Hi there,

    If you want to apply this for certain screen then you can use media query :

    @media only screen and (max-width: 979px) {
    .product-category.product h3 {
        font-size: 1em;
    }
    }

    Hope this helps.

    #1375472
    powrider686
    Participant

    Ok great, thanks!

    #1375607
    Jade
    Moderator

    You’re welcome.

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