Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #835181

    Hello. If you look at this website in iPad (portrait), you’ll see that the images (1st Grid Row Cell) are stacked on top of the text (2nd Grid Row Cell). Is there a way to define which Grid Row cell gets “stacked” on top? I’d like these flip-flopped in some situations, such as this one.

    Thank you,
    Ryan

    #835416

    Hey Ryan,

    I haven’t tried it myself but you could try to set the containers to display flex and then set the order for them individually:

    .containers {
      display: flex;
      display: -ms-flex;
      flex-direction:column;
    }
    .individual-container {
      order:1;
    }
    }

    Best regards,
    Rikard

    #835460

    Thanks. I went with the new options to hide/show on mobile, within Enfold.

    #835716

    Hi,

    Ok, thanks for the feedback. That works too I guess :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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