Change logo size in header

Discussion in 'Traffica WordPress Theme' started by atlasprowriter, Oct 21, 2013.

Thread Status:
Not open for further replies.
  1. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    Hello,

    I'd like to make the logo in the header bigger. I have already tried changing the grid in header.php and adding adding the custom css I've used with some of your other sites. But the logo size has not changed.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .logo img{
    max-width:350px;
    }
    Adjust its value as per your requirements.
     
  3. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
Thread Status:
Not open for further replies.

Share This Page