Taking Out White Space In Header

Discussion in 'Squirrel WordPress Theme' started by elitebullies, Nov 16, 2013.

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

    elitebullies New Member

    Joined:
    May 6, 2013
    Messages:
    14
    Likes Received:
    0
    I would love to be able to take out the white space surrounding my header banner.
    How would I go about doing this?
    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Could you please explain your problem with the help of screenshot, what you want to do and also share the link of your website, so that we can give you the exact solution.
     
  3. elitebullies

    elitebullies New Member

    Joined:
    May 6, 2013
    Messages:
    14
    Likes Received:
    0
    So, I don't want the white border around my header(orange in screenshot).
    EliteBullies.com
    Thanks.
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    It is not possible to remove it because it is a wrapper of the theme, but you can change the color of whole wrapper if you want to do so then,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .main-content {
    background-color: black;
    }
    Inplace of "black" put your color code.
     
  5. elitebullies

    elitebullies New Member

    Joined:
    May 6, 2013
    Messages:
    14
    Likes Received:
    0
    Thanks for the support Gourav! That will do.
    :)
     
Thread Status:
Not open for further replies.

Share This Page