header size
-
AuthorPosts
-
I’m trying to change the header size for the DePo Masthead theme. I have the css upgrade though not sure where to make the changes. CSS currently looks like this:
body {
background:#FFFFFF;
color:#666666;
font-size:11px;
font-family:Arial,;
line-height:20px;
margin:0 auto;
padding:0;
}#wrap {
background:none;
width:960px;
margin:0 auto;
padding:0 15px;
}.hidden {
display:none;
}.clear {
clear:both;
}.linerule {
border-bottom:1px solid #CCCCCC;
padding-top:10px;
margin-bottom:10px;
}a,a:visited {
font-style:regular;
color:#000000;
text-decoration:none;
}a:focus,a:hover,a:active {
color:#000000;
text-decoration:underline;
outline:none;
}a img {
border:none;
}#header {
width:960px;
position:relative;
font-family:Arial;
font-style:normal;
margin:0 auto;
padding:0;
}#header h1 {
line-height:36px;
text-decoration:none;
margin:0;
}#header h1 a {
display:block;
height:80px;
}#header h1 a,#header h1 a:visited {
text-decoration:none;
}#header h1 a:hover {
text-decoration:none;
}#header h1 a #sitename {
display:block;
padding:64px 10px 0;
}.headerleft {
width:960px;
float:left;
overflow:hidden;
}.headerright {
display:block;
background:#000000;
width:280px;
height:30px;
z-index:8;
position:absolute;
top:0;
right:0;
}and so on…
The blog I need help with is suki-rai.com.
-
AuthorPosts
The topic ‘header size’ is closed to new replies.