Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
.slides li {
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 0;
width: 130px;
height: 185px;
}
<div class="tag" style="width: 130px; height: 175px;">
$div_width = $thumb_width + 30; // account for padding/border width
$div_height = $thumb_height + 75; // account for padding/border width
ul.collection-slides { /* this is the overall thumbnail container in collection view */
margin: 0 auto;
margin-top: 5px;
margin-left: 15px;
padding: 0;
list-style: none;
line-height: 1.4em;
}
.collection-slides li { /* this is the individual thumbnail container in collection view */
display: block;
float: left;
margin: 0 1px 10px 0; /* 2nd number controls the distance between thumbnails */
padding: 5px;
width: 130px;
height: 185px;
}
<ul class="slides">
Posted By: andrewjs18thanks man...this worked PERFECTLY....I simply did your css fix and edited the album.php and boom, worked...I just had to remove the code changes to the .slides li for it to work.
1 to 9 of 9