Tagged: ,

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

    I have a page with four columns displayed and when the screen size is approx.1200 pixels wide, the fourth column repositions under the other three. But instead of displaying under the first column, it’s displayed under the last column. Can this be fixed so it displays under the first column? It would be even better if both the third and fourth columns repositioned at that breakpoint and displayed below the first and second columns. At the breakpoint that is around 900 pixels they can all stack vertically like they do now.

    Please see the link provided below.

    Thanks

    #1444298

    Hey NicomIT,

    Did you add this CSS?

    @media (max-width: 1280px) {
      div .av_one_fourth {
        width: 32.3%;
      }
    }

    If so, then please try removing it first of all.

    Best regards,
    Rikard

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