Header Logo

Discussion in 'Squirrel WordPress Theme' started by rednotts21, Oct 18, 2016.

Tags:
  1. rednotts21

    rednotts21 New Member

    Joined:
    Jul 1, 2016
    Messages:
    9
    Likes Received:
    0
    Hi,

    I created a site using squirrel theme but need some advice on a header issue.

    The website is www.emmapunt.com

    As you will see the logo I've used is 910 x1 42 px. I've done this to accommodate the logo itself plus the additional contact and other info I want displayed. I also did not want lots of white empty space across the header.

    This size logo works well on desktops but does not resize properly for smaller devices.

    I'm looking for a solution that will allow me to retain how the site looks in desktop but also works with smaller screens.

    Can you advise?
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    I just checked your site and found that your logo in mobile screens are not appearing properly, Don't worry!

    You need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options
    Code:
    .logo img {
        max-width: 100%;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page