Larger Logo in Header

Discussion in 'Traffica WordPress Theme' started by dchs2015, Nov 19, 2015.

  1. dchs2015

    dchs2015 Member

    Joined:
    Jul 8, 2015
    Messages:
    46
    Likes Received:
    0
    Location:
    Delaware County, Ohio, USA
    In the Traffica theme, there is a "dead zone" at the top of the header.
    My logo image can't extend to the top of the header. Instead as I make it larger it pushes the bottom of the header down.

    Is there any CSS settings to allow the logo to extend up to the top of the header?

    Rick
    http://barnatstratford.org/wp/
     
  2. nitin

    nitin Guest

    Hi Rick,

    Greetings from InkThemes,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header .logo {
        margin-top: 22px;
        margin-bottom: 20px;
    }
    
    Note:- The numeric values in the above code is the one which is presently set in your theme. Kindly first change it according to your requirement and then paste it in the appropriate place.

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. dchs2015

    dchs2015 Member

    Joined:
    Jul 8, 2015
    Messages:
    46
    Likes Received:
    0
    Location:
    Delaware County, Ohio, USA
    Nitin,

    Thank you.
    That opened up the space I needed to increase the logo img height to 76px without expanding the header.
    Code:
    .header logo img {
     
        height:  76 px;
     
    }
    Rick
     
  4. nitin

    nitin Guest

    Hi Rick,

    Hope you are doing good....!

    I really appreciate your efforts in exploring the things and sharing your knowledge here.

    It seems that your issue is now resolved.

    Let me know if you have further doubts so that I can assist you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page