Best size for custom header?

Discussion in 'Squirrel WordPress Theme' started by londondogtraining, Oct 28, 2015.

  1. londondogtraining

    londondogtraining New Member

    Joined:
    Oct 17, 2015
    Messages:
    1
    Likes Received:
    0
    I put my logo in and it is far too big...I want to create a custom header and put that in where my logo currently is.

    What size would you recommend?

    I already grabbed the custom CSS so that it adjusts for iOs..
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    If you want to adjust the logo size, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .logo img {
        width: 234px !important;
    }
    Note: You can adjust 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