Header Image size

Discussion in 'BizWay WordPress Theme' started by bigtflyer, Jan 21, 2014.

  1. bigtflyer

    bigtflyer New Member

    Joined:
    Jan 19, 2014
    Messages:
    29
    Likes Received:
    0
    Hello!

    Can you tell me how to make my header image fit all the way across the screen? I would like it to cover the span of my whole website.

    My website is damageawayusa.com/wordpress

    Thanks!

    Tim
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .main-content-container {
    background: url(http://i231.photobucket.com/albums/ee71/BigTFlyer/grey_wash_wall_2X.png);
    padding-top: 50px;
    margin-top: -1px;
    } 
    This will solve your issue.
     
  3. bigtflyer

    bigtflyer New Member

    Joined:
    Jan 19, 2014
    Messages:
    29
    Likes Received:
    0
    Thank you!

    What is the ideal pixel size for the Header Image?

    Thanks!

    Tim
     
  4. Piyush

    Piyush Support Staff

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

Share This Page