Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • angelmo Friend
    #974410

    Hello

    i would like change the size of headers H1,H2 ,etc only on mobile devices

    Could you explain to me how to do?

    Best regards

    Pankaj Sharma Moderator
    #974449

    HI
    You can use media queries to apply different style code for different screen sizes .
    Link : http://www.getbootstrap.com/css/#media-queries
    Example :

    @media (max-width:468px) { h1 {font-size:20px!important;}}
    angelmo Friend
    #974460

    perfect, Thanks for you quick answer 😉

    Another question, i want hide the module whatsnew, i add the class hidden-phone but the module does not hidden.

    Could you tell me how to do fot hide it?

    Best regards

    angelmo Friend
    #974461

    i deleted the cahe and now it´s ok!

    Thanks

    Pankaj Sharma Moderator
    #974462

    Hi
    Use hidden-xs , you can check the module suffix used in Bootstrap3 in the same doc I sent above .

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum