logo resize on mobile

Discussion in 'Compass WordPress Theme' started by smarta, Sep 6, 2016.

  1. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    at the site http://evansexcavations.com.au/

    I have added and enlarged logo - it is not re-sizing to suit the mobile screen - it is displaying too large

    can you help me please

    I will email log-in detail to support@
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .logo img {
        width: 100%;
    }
    }
    @media only screen and (max-width: 960px) and (min-width: 768px){
    .logo img {
        width: 100%;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page