Increase logo size

Discussion in 'BusinessGrow One Page WordPress Theme' started by designstouch, Aug 18, 2017.

  1. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Support Team,

    Theme default logo size is too small, I wold like to make logo size same as uploaded logo size.
    Also, would like to increase the size in mobile view.

    I did read the thread about logo size, It did not help me at all.

    Thank you!
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To increase the logo size, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #logo img {
        max-height: 100% !important;
        width: 100% !important;
    }
    
    @media only screen and (max-width: 480px){
    #logo img {
        max-height: 100% !important;
        width: 100% important
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    #logo img {
        max-height: 100% !important;
        width: 100% important
    }
    }
    Hope this helps...!

    Regards,
    Akbar
    InkThemes.com
     
  3. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    I am glad to inform you that- I have just configured the logo size, Kindly visit your site and acknowledge us for the same.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page