Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Header dimensions?


Enrico
Participant

@sulley

You have to change ‘bp-default/images/default_header.jpg’ pic (10×200 px)

#header {
position: relative;
color: #fff;
background: url( ../images/default_header.jpg);
-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px;
margin-bottom: 20px;
height: 100px;
padding-top: 25px;
}

Its width is dependent on body’s width

body {
min-width: 960px;
max-width: 1250px;
}

Skip to toolbar