Hallo Community, bin neu hier und habe das folgende Problem:
Versuche seit Stunden die Thumbnails dieser Vorlage zu zentrieren. Das Ergebnis (hier und hier): auf der Startseite klappt aber bei den anderen Bildern - da werden die Thumbnails unten übereinander nach unten geordnet.
Vielen Dank für die Hilfe im Voraus.
Hier die css:
[FONT=Courier New]
CSS
/*========== thumbnails ==========*/
#th_container { padding:7px 0px 5px 39px;}
.thumbnails { /* defined in pb-function.php */
float:center;
padding-right:8px; /* adjust this when you change the thumbnail size */
border: 0px;
display: inline;
color: #A4A7B3;
}
.current-thumbnail { /* defined in pb-function.php */
float:center;
padding-right:8px; /* adjust this when you change the thumbnail size */
border:0px;
display: inline;
color: #A4A7B3;
}
.thumbnails a img, .thumbnails a:link img, .thumbnails a:visited img, .thumbnails a:active img { border: 1px solid #2b2b2b; padding: 1px; }
.thumbnails a:hover img { border: 1px solid #a4a7b3; padding: 1px; }
.current-thumbnail a img, .current-thumbnail a:link img, .current-thumbnail a:visited img, .current-thumbnail a:active img { border: 1px solid #2b2b2b; padding: 1px; }
.current-thumbnail a:hover img { border: 1px solid #a4a7b3; padding: 1px; }
#arcth_container { /* archive page */
padding:5px 0px 5px 39px;
margin: 0;
min-height: 450px;
/* IE Hack */
height:auto !important;
height:450px;
}
Alles anzeigen
[/FONT]