Hallo!
Ich nutze das Theme Weaver 2.2.2. Leider ist die Breite meines eigentlichen Blogs viel zu schmal :cry:. Dann habe ich auch noch eine Sidebar, die ich nicht weglassen möchte.
Das hat leider zur Folge, dass meine Posts ziemlich bzw. viel zu schmal sind. Ich hab im style.css nachgeschaut und kann die Rubrik die ich ändern muss leider nicht finden (bin auch nicht wirklich der Blicker, mach das meinste mit probieren...)
Ich hätt jetzt mal meine style.css kopiert. Vielleicht kann mir jemand von euch weiterhelfen und mir erklären, wie ich meine Posts breiter bekomm.
Hier mal meine Seite, damit ihr versteht, was ich meine: http://www.pfennigfux.de
(also der gesamte Rahmen um meinen Blog (Headerbreite) ist viel zu breit und nimmt dem Post zu viel Platz!)
Vielen Dank schon mal im Voraus
Gruß
Silke
Hier ist mal der 1. Teil des style.css (meiner Meinung nach müsste mein Problem irgendwo hierin stecken...):
-------------------------------------------------------------- */
{
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
}
body {
line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: normal;
}
ol, ul {
list-style: none;
}
blockquote {
quotes: none;
}
blockquote:before, blockquote:after {
content: '';
content: none;
}
del {
text-decoration: line-through;
}
a img {
border: none;
}
/* =Weaver helpers
-------------------------------------------------------------- */
.aligncenter { /* required for theme submission to WP */
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.ttw-center { /* generic utility center class - use in Heading Insert Code area maybe */
clear: both;
display:block !important;
margin-left:auto !important;
margin-right:auto !important;
}
.wvr-show-posts {
overflow: hidden;
}
.wvr-show-posts .hentry {
margin-bottom: 24px;
}
.widget-area .wvr-show-posts .hentry {
margin-bottom: 0px;
}
.widget-area .wvr-show-posts .entry-title {
font-size:115%;font-weight:bold;margin-bottom:0px;
}
.widget-area .wvr-show-posts .attachment-thumbnail {
float: left;
margin-right: 2px;
margin-bottom: 0px;
padding: 2px;
}
#masthead {position:relative !important;z-index:5;} /* makes IE7 work right, doesn't hurt others */
#branding {z-index:5;}
#header .meteor-slides {clear:both;}
.wp-pagenavi { padding-top:3px; padding-bottom:8px; }
/* =superfish helpers
-------------------------------------------------------------- */
.sf-menu a.sf-with-ul {
padding-right: 2.25em;
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position: absolute;
display: block;
right: 10px;
top: 1.05em; /* IE6 only */
margin-top: 5px;
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
background: url(js/superfish/images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator { /* give all except IE6 the correct values */
top: .7em;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
background: url(js/superfish/images/shadow.png) no-repeat bottom right;
padding: 0 3px 3px 0;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
display:none;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}
.sf-menu a {
padding: 5px 8px;
}
/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
float: left;
margin: 0 -240px 4px 0;
width: 100%;
}
#content { /* IMPORTANT! need this to make the content bg color work right */
padding-left: 45px; padding-right: 15px; margin: 0 280px 0 -20px; width: 670px;
}
#primary,
#secondary {
float: right;
overflow: hidden;
width: 220px;
}
#secondary {
clear: right;
}
#footer {
clear: both;
width: 100%;
}
/*
Alles anzeigen