Logo size

Discussion in 'VideoMember WordPress Theme' started by rolando72, Jan 31, 2016.

  1. rolando72

    rolando72 New Member

    Joined:
    Jan 30, 2016
    Messages:
    1
    Likes Received:
    0
    Can I enlarge the size of the logo than 300px * 90, original?
    If you can, how to do it?

    Thank you

    Rolando
     
  2. priya

    priya Guest

    Hello Rolando,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .logo img {
        max-width: 300px;
        height: 57px;
    }
    Note: Change the numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page