Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #811798

    Hi,
    My headline font on the icon box is too big on tablets.
    The text is cut off.

    Can you help me out with some CSS to make the headline smaller just for tablets? :-)

    #811799

    It is for the vertical view on tablet.

    #811859

    Hi,

    Add the following to quick css:

    @media only screen and (max-width: 1024px) and (min-width: 767px)  {
    
    header.entry-content-header{
    font-size:12px!important;
    }
    
    }

    Best regards,
    Jordan Shannon

    #812042

    Thanks, it was still too big a font.
    So I found this code instead that makes the menu mobile :-)

    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}
    #wrap_all {
    position: relative !important;
    }

    #812200

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Tablet: smaller front on icon box headline’ is closed to new replies.