Require Full width header image in HomeBuilder WordPress theme

Discussion in 'HomeBuilder WordPress Theme' started by shetlerr, Aug 9, 2013.

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

    shetlerr New Member

    Joined:
    Jul 27, 2013
    Messages:
    25
    Likes Received:
    0
    Is there any way to make this header area the default 960 by 155 so I can insert my header images example below. Website www.buildmylakehouse.com Will not have the buttons just in the red area

    header.png
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header {
    overflow: hidden;
    background-color: white;
    min-height: 140px;
    width: 950px;
    }
    This will solve your issue.
     
  3. shetlerr

    shetlerr New Member

    Joined:
    Jul 27, 2013
    Messages:
    25
    Likes Received:
    0
    Again your support is great!!!
     
Thread Status:
Not open for further replies.

Share This Page