Changing the depth of the header

Discussion in 'Squirrel WordPress Theme' started by muppett1984, Aug 7, 2014.

  1. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Hi there,

    I would like for the header to be deeper, can you please tell me how to do this? Thank you.

    Jenni
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello !

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

    Code:
    .main-content {
    background-Color: #fff;
    margin-top: 30px;
    overflow: visible;
    box-shadow: 0px 0px 3px #818085;
    }
     
    .header {
    padding-top: 30px;
    background-color: currentcolor;
    }
    This will solve your issue.


    Thanks & Regards
    Naveen Kolhe


    Note for Everyone: Please create your separate threads while asking technical issues. Do not post in someone else's thread. Start your own topic. It will easier for us that way to provide you precise and on time support.
     
  3. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Hi there,

    How deep will this make the header in total? Can i change the amount if i want to? Is this adding another 30 pixels on top of the 90 pixels depth?

    Thank you,

    Jenni
     

Share This Page