• Resolved Tee

    (@pumatalk)


    Here’s what i mean…

    https://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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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;
    }
    Thread Starter Tee

    (@pumatalk)

    Hi Esmi.

    Thanks for the help – here’s what’s done and it’s look good! Thanks ??

    https://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.

    https://i29.tinypic.com/2rcpzcm.png

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I create space between rows?’ is closed to new replies.