Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #323541

    Hello,
    I add this code to quick css.

    body .column-top-margin {
    margin-top: 5px;
    margin-left: 22px;
    }

    Because I want to resize margin between columns.
    But, columns is not fit to width.
    How can I make columns fit to width?

    http://www.kcnla.net

    • This topic was modified 10 years, 2 months ago by hanil2.
    #323643

    Hey hanil2!

    Please remove ‘margin-left: 22px;’ from your code and add following code to Quick CSS instead and adjust as needed

    div .av_one_third {
    margin-left: 2%;
    width: 33.333333%;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.