Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #515630

    Hi,

    I created a 6 column grid using quick CSS from your support forum, it copy all bunches up and looks a mess…..

    Code used was:

    #six-columns .column-top-margin { margin-top: 0px !important; }
    #six-columns div .av_one_fifth { width: 15%!important; margin-left: 2%; }
    #six-columns .first { margin-left: 0!important; clear: none; }
    #six-columns .el_after_av_one_fifth { margin-left: 2%!important; }

    Is there any way the columns could follow one another vertically?

    Thanks so much!

    #515845

    Hi timchurchman!

    Please change your code to following one

    @media only screen and (min-width: 990px) {
    #six-columns .column-top-margin { margin-top: 0px !important; }
    #six-columns div .av_one_fifth { width: 15%!important; margin-left: 2%; }
    #six-columns .first { margin-left: 0!important; clear: none; }
    #six-columns .el_after_av_one_fifth { margin-left: 2%!important; }}

    Cheers!
    Yigit

    #515984

    Thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Created 6 column grid, on a Mobile device everything overalaps’ is closed to new replies.