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

    Hello,
    I have a problem with your equal heights columns, I cant figure out how to make the number of column change on tablet and mobile.
    When NOT using the equal height option for the column, you can use the following CSS, but with equal height activated, there seems to be a completely different structure, which I have had NO luck in figuring out how to seperate.

    @media only screen and (min-width: 1px){
    div .av_one_fifth {
    width: 45% !important;
    margin-left: 2% !important;
    }

    @media only screen and (min-width: 768px){
    div .av_one_fifth {
    width: 31% !important;
    margin-left: 2% !important;
    }

    @media only screen and (min-width: 1200px){
    div .av_one_fifth {
    width: 18% !important;
    margin-left: 2% !important;
    }

    #1169036

    Hey kapteina,

    Thanks for the link, I’m not sure how you would like to change the layout though? It breaks to 100% on mobile, so I’m guessing you want to change something for tablet view?

    Best regards,
    Rikard

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