How Do I Increase Size of Header Logo on Traffica Theme?

Discussion in 'General InkThemes Discussion and Feedback' started by healthy4you, Sep 12, 2017.

Tags:
?

How do I increase the size of my header logo?

  1. Plugin

    0 vote(s)
    0.0%
  2. Change code

    0 vote(s)
    0.0%
Multiple votes are allowed.
  1. healthy4you

    healthy4you New Member

    Joined:
    Sep 7, 2017
    Messages:
    1
    Likes Received:
    0
  2. akbar92

    akbar92 Support Staff Staff Member

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

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

    Code:
    .header .logo {
        margin-top: 15px;
    }
    .header .logo img {
        max-width: 109%;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page