Kann mir jemand, der in CSS fit ist, sagen, was ich machen muss, damit die Nextgen Gallery Albumdarstellug 2spaltig ist?! Das muss doch sicherlich in diesem Bereich hier irgendwie rein oder raus oder so...
CSS
.ngg-albumoverview {
margin-top: 10px;
width: 100%;
clear:both;
display:block !important;
}
.ngg-album {
height: 100%;
padding: 5px;
margin-bottom: 5px;
border: 1px solid #fff;
}
/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
overflow:hidden;
padding: 5px;
margin-bottom: 5px;
border: 1px solid #cccccc;
}
.ngg-album {
overflow: hidden;
padding: 5px;
margin-bottom: 5px;
border: 1px solid #cccccc;
}
.ngg-albumtitle {
text-align: left;
font-weight: bold;
margin:0px;
padding:0px;
font-size: 1.4em;
margin-bottom: 10px;
}
.ngg-thumbnail {
float: left;
margin-right: 12px;
}
.ngg-thumbnail img {
background-color:#FFFFFF;
border:1px solid #A9A9A9;
margin:4px 0px 4px 5px;
padding:4px;
position:relative;
}
.ngg-thumbnail img:hover {
background-color: #A9A9A9;
}
.ngg-description {
text-align: left;
}
Alles anzeigen