Hallo,
ich habe in meiner linken Sidebar adsense Werbung, leider ist das Textfeld dafür zu klein oder der Text zu weit rechts, weiß jetzt nicht was es ist, jedenfalls fehlt ein Stück von der Werbung, der Text wird einfach abgehackt.
[Blockierte Grafik: http://www.pictureupload.de/originals/pictures/270909210646_Bild_13.jpg]
So sieht die CSS der Sidebar aus, was muss ich denn da ändern, bin kein html Spezialist...
Code
/* Left sidebar */
#sidebar {
width: 250px;
padding: 0 0 10px 0;
margin: 0;
}
#sidebar ul {
margin: 0;
padding: 0;
}
#sidebar li {
list-style: none;
}
#sidebar h2.pages {
color: #fffff;
background-image: url(images/bg_corner_topright.gif);
background-position: top right;
background-repeat: no-repeat;
margin: 0 0 10px 0;
padding: 5px 0 5px 20px;
}
#sidebar li h2 {
background-image: none;
color: #fffff;
font-size: 1.2em;
margin: 10px 0 5px 0;
padding: 5px 0 5px 20px;
}
#sidebar a {
font-size: 1.1em;
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}
#sidebar li li {
padding: 0;
margin: 0 0 0 20px;
}
#sidebar li li a {
background: url(images/bg_bullet_full_1.gif) left no-repeat;
padding-left: 10px;
line-height: 20px;
}
#sidebar li li a:hover {
background: url(images/bg_bullet_full_2.gif) no-repeat left;
color: #ffffff;
text-decoration: underline;
}
#sidebar li li li {
padding: 0;
margin: 0 0 0 10px;
}
#sidebar li li li a {
background: url(images/bg_bullet_half_1.gif) left no-repeat;
padding-left: 10px;
line-height: 20px;
}
#sidebar li li li a:hover {
background: url(images/bg_bullet_half_2.gif) left no-repeat;
color: #ffffff;
text-decoration: underline;
}
#sidebar li.recentcomments {
padding: 2px 0 2px 0;
margin: 0 10px 0 10px;
font-size: 1em;
border-bottom: 1px solid #000000;
}
#sidebar li.recentcomments a {
font-size: 1em;
background-image: none;
}
#sidebar li#recentposts ul li.recentposts a {
padding: 0;
margin: 0;
background-image: none;
font-size: 0.95em;
}
#sidebar li#recentposts ul li.recentposts {
border-bottom: 1px solid #000000;
margin: 0 10px 0 10px;
padding: 2px 0 2px 0;
}
#sidebar div.textwidget {
padding: 2px 10px 2px 10px;
margin: 0;
}
#sidebar div.textwidget p {
font-size: 1em;
padding: 0;
margin: 0;
}
#sidebar div#calendar_wrap {
text-align: center;
margin: 0;
padding: 0 0 0 15px;
}
#sidebar #wp-calendar {
text-align: center;
}
#sidebar #wp-calendar a {
text-decoration: underline;
}
#sidebar td {
font-size: 0.9em;
border: 1px solid #000000;
padding: 3px;
background-color: #000000;
}
#sidebar td.pad {
border: none;
background: 000000;
}
#sidebar td#prev, #sidebar td#next {
border: none;
background: 000000;
}
#sidebar #today {
background-color: #000000;
}
Alles anzeigen