New Landing How can we help? Themeforest Theme Support Dante Custom CSS for Logo on smartphones

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #40426
    keldunto
    Member
    Post count: 19

    is it possible to set an specified logo-size for smarthphones?

    Example:

    Standard logo= 132×63
    Retina logo = 264×125

    when using a smartphone/mobile, the logo = 66×31.

    Is this possible to make with custom css?

    Thanks!

    #40776
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,

    Yes its possible, you can use this custom css. Below is Landscape and Portrait Mode queries so use only which you want.

    
    /* --------------------------------------------
    	iPHONE LANDSCAPE
    -------------------------------------------- */
    
    @media only screen and (max-width: 767px) {
    #logo {
    width:60px;
    height:31px;
    }
    }
    
    /* --------------------------------------------
    	iPHONE PORTRAIT
    -------------------------------------------- */
    
    @media only screen and (max-width: 479px) {
    #logo {
    width:60px;
    height:31px;
    }
    }
    

    All the Best
    Tahir

    #41151
    keldunto
    Member
    Post count: 19

    Thanks Tahir!

    #41563
    Melanie – SUPPORT
    Member
    Post count: 11032

    Great 🙂

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register