Header Background Image

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, Jan 13, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    I would like my header background image height(http://www.squirrlit.com) to be the same\similar to that of this website: http://www.rebuildnewjersey.com/

    1. Header Background image height adjustment, it should extend lower into the frame so the full image can be seen and no repeat.

    2. What should the height and width be of the header background image because the display is not showing the full image its being cut off at the bottom.

    Thx
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi rdeshazer,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .header_wrapper .header {
    background-size: cover;
    height: 264px;
    }
    Thanks
    Praveen
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Fixed.

    Thx
     
Thread Status:
Not open for further replies.

Share This Page