Height of header

Discussion in 'GeoCraft WordPress Theme' started by lisasm, Mar 28, 2013.

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

    lisasm New Member

    Joined:
    Mar 28, 2013
    Messages:
    13
    Likes Received:
    0
    Hi there, is it possible to reduce the height of the header when viewing the Featured Listings page and the Categories pages? Or if that is too difficult, can I reduce the height of the header throughout the entire site? (I find that it takes up too much space when viewing on mobile phone)
     
  2. Neeraj

    Neeraj Administrator

    Joined:
    Jan 3, 2012
    Messages:
    186
    Likes Received:
    7
    You can certainly reduce the height of the header through the custom css code which you can insert under Styling Options -> Custom CSS.

    Let me know your site link and how much you want to reduce the header height and I will give you the code for doing that.
     
  3. lisasm

    lisasm New Member

    Joined:
    Mar 28, 2013
    Messages:
    13
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .header_wrapper .header .post_btn{
    margin-top:10px;
    }
    .header_wrapper .logo_wrapper .logo img{
    height:50px;
    }
    .header_wrapper .logo_wrapper{
    padding-top:10px;
    padding-bottom:5px;
    }
    .header_wrapper .header .post_btn{
    margin-bottom:5px;
    }
    .top_strip{
    padding-top:2px;
    padding-bottom:2px;
    }
    Adjust its value as per your requirements.
     
  5. lisasm

    lisasm New Member

    Joined:
    Mar 28, 2013
    Messages:
    13
    Likes Received:
    0
    There is no custom.css file - I have the latest Geocraft theme and have looked everywhere, please advise!
     
  6. lisasm

    lisasm New Member

    Joined:
    Mar 28, 2013
    Messages:
    13
    Likes Received:
    0
    Sorry, I've just found it, thanks
     
  7. lisasm

    lisasm New Member

    Joined:
    Mar 28, 2013
    Messages:
    13
    Likes Received:
    0
    If I update my Geocraft theme, do I lose what I have put into the custom.css or does it stay there?
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    While updation you will lose only those changes that you have done in the Theme file (php files) but the content of your website and the custom CSS code will remain intact.
     
  9. lisasm

    lisasm New Member

    Joined:
    Mar 28, 2013
    Messages:
    13
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page