Forum Replies Created

Viewing 2 posts - 91 through 92 (of 92 total)
  • Author
    Posts
  • in reply to: Spacing issue using Avia Layout builder #433291

    Sorry…..I am trying to reduce the margin top or bottom…..vertical space between rows of columns.
    It’s not just 2/3 columns, but the vertical space between each layout element.
    If you see my website, you see there are a lot of spaces between each layout element….
    http://www.interactiongreen.com/

    I can explain better if I can attach my actual website.

    in reply to: Spacing issue using Avia Layout builder #429907

    Thanks, but could you specify line 220? I am looking at the file but there’s nothing that defines margins around line 220,expect for “margin-left”. Sorry I am new to this….

    /* Columns for better content separation
    ================================================== */
    body div .first,
    body div .no_margin {
    margin-left: 0;
    }
    div .flex_column {
    z-index: 1;
    float: left;
    position: relative;
    1px;
    width: 100%;
    }
    div .av_one_fifth {
    margin-left: 6%;
    width: 15.2%;
    }
    div .av_one_fourth {
    margin-left: 6%;
    width: 20.5%;
    }
    div .av_one_third {
    margin-left: 6%;
    width: 29.333333333333332%;
    }
    div .av_two_fifth {
    margin-left: 6%;
    width: 36.4%;
    }
    div .av_one_half {
    margin-left: 6%;
    width: 47%;
    }
    div .av_three_fifth {
    margin-left: 6%;
    width: 57.599999999999994%;
    }
    div .av_two_third {
    margin-left: 6%;
    width: 64.66666666666666%;
    }
    div .av_three_fourth {
    margin-left: 6%;
    width: 73.5%;
    }
    div .av_four_fifth {
    margin-left: 6%;
    width: 78.8%;
    }
    div .av_one_sixth {
    margin-left: 6%;
    width: 11.666666666666666%;
    }
    div .av_one_seventh {
    margin-left: 6%;
    width: 9.142857142857142%;
    }
    div .av_one_eighth {
    margin-left: 6%;
    width: 7.25%;
    }
    div .av_one_nineth {
    margin-left: 6%;
    width: 5.777777777777778%;
    }
    div .av_one_tenth {
    margin-left: 6%;
    width: 4.6%;

Viewing 2 posts - 91 through 92 (of 92 total)