Make my site logo responsive

Discussion in 'BlackBird WordPress Theme' started by penz, Oct 1, 2014.

  1. penz

    penz New Member

    Joined:
    Aug 8, 2013
    Messages:
    17
    Likes Received:
    0
    Hi! I would like to make the logo of my website responsive. Because when I check my site on cellphones the logo looks way bigger than the rest of the elements on the site.

    This is the site:

    http://noerussia.ru/

    Please let me know if you need any other information.
     
  2. Krish

    Krish Support Staff

    Joined:
    Oct 22, 2012
    Messages:
    210
    Likes Received:
    1
    Location:
    India
    Hi penz,

    Put following code on Theme Options -> Styling options -> Custom css:

    Code:
    .header .logo img {
    max-width: 100%;
    height: auto;
    }
    I hove this will solve your issue.
     

Share This Page