header height

Discussion in 'Slice WordPress Theme' started by CraigB, May 15, 2013.

Thread Status:
Not open for further replies.
  1. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    How would I change the header height?

    Thanks, Craig
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .header-container .header .logo {
    margin-top: 10px;
    margin-bottom: 20px;
    }
    fieldset {
    margin-bottom:15px;
    }
    .header-info {
    margin-top: 15px;
    }
    Adjust the values of margin-top and margin-bottom as per your requirement.
    This will solve your issue.
     
  3. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    Thanks for your help. Worked perfectly!

    Craig
     
Thread Status:
Not open for further replies.

Share This Page