Here's what i mean...
http://adidas-talk.com/category/videos notice 4 images? Those are 4 thumbnails to youtube videos, however I want to create some space between the 2 rows so that they are not stuck together and gives the impression that they are 1 image... you know what i mean?
Try editing stylesheet.css and changing:
.vidlist li {
float:left;
height:150px;
margin-right:10px;
width:310px;
}
to
.vidlist li {
float:left;
height:150px;
margin-bottom:50px;
margin-right:10px;
width:310px;
}
Hi Esmi.
Thanks for the help - here's what's done and it's look good! Thanks ;)
http://adidas-talk.com/category/videos/
/* Video archive */
.vidlist li {
float: left;
width: 310px;
height: 150px;
margin: 20px 5px 20px 5px;
}
Now I'm just going to close the space gab between the menu bar & the thumbnails.
http://i29.tinypic.com/2rcpzcm.png