Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1381219
    anzezala
    Participant

    Hi,
    i have a problem with resizing text for mobile devices. I hav found css for everything it works great except for the text where i have bullets beside the text. Once on the homepage at the end of the page and the one another page twice once in a feature box and again in just normal text with bullets. If you could also help me resize icon on feature box for mobile it would be great.

    the website : http://zalc.si/aronija/

    #1381446
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 480px) {
    .x-feature-box li {
    	font-size: 18px;
    }
    .x-feature-box-graphic-inner {
    	font-size: 80px !important;
    }
    }

    Let’s adjust the font-size for both text and graphic.

    Hope this helps.

    Cheers!

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