Hallo,
ich habe hier ein Themes, was den Text um ein Bild fliessen lässt, gefällt mir leider gar nicht, aber ich bekomme es nicht weg, kann mir jemand helfen?
Code
/* --- IMAGES --- */
p img {
height: auto;
padding: 0;
max-width: 100%;
}
p a img {border:none;}
.alignleft, .left {float: left}
.alignright, .right {float: right;}
.wp-caption {
border: 1px solid #59350b;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
-border-radius: 3px;
}
.wp-caption.aligncenter {margin: 10px auto;}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
Alles anzeigen
Ich hoffe das ist die Stelle, sonst stelle ich auch gerne die komplette css zur Verfügung.
Ich möchte also das ich ganz normal ein Bild einfüge und der Text dann darunter geschrieben werden kann.
Danke!
LG, Nadine