Squirrel Theme header and page width

Discussion in 'Squirrel WordPress Theme' started by mlscott70, Jul 11, 2013.

  1. mlscott70

    mlscott70 New Member

    Joined:
    Jul 2, 2012
    Messages:
    2
    Likes Received:
    0
    Hi guys,

    Is it possibe to :

    Remove the spacing around the header image?

    Make the homepage/site full width?

    Appreciate your help as I have a client waiting!

    Many thanks
    Matt
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .logo{
    margin:0px;
    }
    2.For your second issue

    It is not possible to change the width of Squirrel theme because theme is implemented on 960_Responsive grid system, If we try to change its width then it will break the layout of the theme.
     

Share This Page