Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Pat Friedl

    (@kcfried)

    Do you have an example I can check?

    Hi Pat,

    I want to decrease decrease the spacing between rows of the divs as well.

    Please check the site, switchphase.com

    You will see 4 boxes below the slider. I used http://wordpress.org/plugins/easy-columns/ for that and I like it. The problem is I can’t find a way to reduce the spacing between them. They are just too far from each other.

    Please help me on this.

    Also, if I need to edit the css, can you help me with the css codes?

    Thanks for a great plugin.

    I add margin-bottom:-15px; to:
    .ezcol-one-quarter,
    .ezcol-one-half,
    .ezcol-three-quarter,
    .ezcol-one-third,
    .ezcol-two-third,
    .ezcol-one-fifth,
    .ezcol-two-fifth,
    .ezcol-three-fifth,
    .ezcol-four-fifth {
    float: left;
    margin-right: 4%;
    margin-bottom:-15px;
    position: relative;
    word-wrap: break-word;
    hyphens: auto;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-rendering: optimizedLegibility;
    font-size:12px;
    }

    But now the last row has no spacing to the next paragraph.

    Anyone knows the solution how to reduce the spacing between rows?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘spacing between rows’ is closed to new replies.