Nieuw lid |
|
Ik ben op het moment bezig voor gagadaily.nl. Nou wil ik de header vanaf links naar rechts laten lopen in deze wordpress template. Maar ook al centreer ik hem of zet ik hem rechts of links, hij blijft maar staan. Ik heb alles al geprobeerd na mijn weten maar het moet dus zo worden dat de header 'full page' is (in de breedte dan) maar hij wil niet verder naar links.
wie weet het probleem?
code bijgevoegd:
body {
font-size: 11px;
background-color: #e2e2e2;
background-position: 50% 0;
background-repeat: no-repeat;
font-family: Tahoma, sans-serif;
}
h5 {
color: #000154;
font-weight: bold;
text-transform: uppercase;
font-size: 20px;
font-family: Tahoma;
letter-spacing: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
img {
border: none;
}
img a:hover {
border: none;
}
img a:link {
border: none;
}
a:link {
color: #000154;
text-decoration: none;
font-weight: none;
border: none;
}
a:visited {
color: #000154;
text-decoration: none;
font-weight: none;
}
a:active {
color: #000154;
text-decoration: none;
font-weight: none;
border: none;
}
a:hover {
color: #000154;
text-decoration: none;
font-weight: bold;
border: none;
}
#header {
width: 4000px;
height: 379px;
margin-bottom: 15px;
padding: 10px;
align: center;
}
#leftside {
width: 196px;
background: #ECECEC;
float: left;
border: 1px solid #CCC;
padding: 10px;
}
#content {
width: 535px;
float: left;
}
#sidebar {
width: 196px;
float: right;
background: #ECECEC;
border: 1px solid #CCC;
padding: 10px;
}
.post {
width: 505px;
margin-left: 15px;
margin-bottom: 15px;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
padding: 10px 8px 0px 10px;
overflow: auto;
background: #ECECEC;
}
body { font-size: 11px; background-color: #e2e2e2; background-position: 50% 0; background-repeat: no-repeat; font-family: Tahoma, sans-serif; } h5 { color: #000154; font-weight: bold; text-transform: uppercase; font-size: 20px; font-family: Tahoma; letter-spacing: 0px; margin-top: 0px; margin-bottom: 0px; } img { border: none; } img a:hover { border: none; } img a:link { border: none; } a:link { color: #000154; text-decoration: none; font-weight: none; border: none; } a:visited { color: #000154; text-decoration: none; font-weight: none; } a:active { color: #000154; text-decoration: none; font-weight: none; border: none; } a:hover { color: #000154; text-decoration: none; font-weight: bold; border: none; } #header { width: 4000px; height: 379px; margin-bottom: 15px; padding: 10px; align: center; } #leftside { width: 196px; background: #ECECEC; float: left; border: 1px solid #CCC; padding: 10px; } #content { width: 535px; float: left; } #sidebar { width: 196px; float: right; background: #ECECEC; border: 1px solid #CCC; padding: 10px; } .post { width: 505px; margin-left: 15px; margin-bottom: 15px; border-left: 1px solid #CCC; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; border-top: 1px solid #CCC; padding: 10px 8px 0px 10px; overflow: auto; background: #ECECEC; }
|