Viewing 6 replies - 1 through 6 (of 6 total)
  • Maybe try one or both of these (default values given):

    article .tc-content { margin-bottom: 30px; }
    .featurette-divider { margin: 30px 0; }

    Thread Starter websponge

    (@websponge)

    Thank you, I tried this , it had no affect, still a very large gap…

    Must be related to the images, since it works for my site…but I don’t have images on my posts…

    Thread Starter websponge

    (@websponge)

    you are correct…once I removed the images, it has done the trick! shame as I wanted small images next to each post title..

    Thread Starter websponge

    (@websponge)

    looks like its thumb-wrapper doing it, but there are so many references to it

    Thread Starter websponge

    (@websponge)

    got it!

    .thumb-wrapper {
    width: 269px;
    max-width: 100%;
    height: 190px;
    position: relative;
    left: -1px;
    top: 0px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: auto;
    }

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Padding between posts on category view’ is closed to new replies.