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

    Hey guys!

    I have a question I have been trying to fix for a while not successfully..

    in a page like this http://bit.ly/1OhBqSB I have information in a zig-zag layout and it looks good on desktop, however on mobile the columns re-arrange in a way that doesn’t make the content well organized because by default the left column goes on top of the right one, so I get image on top of image, text on top of text

    Is there a way to invert that for specific columns? So that the left column goes under the right one? Makes sense?

    Thank you!

    #476081

    Hi Gigi!

    There is no option for this. If you want to reverse it then you would have to do a lot of CSS editing by setting the columns to float right and then change all of the margins, etc etc.

    It would be a lot easier to just build your page out so that the left most elements display on top on mobile.

    Another option would be to use CSS to hide certain elements on certain screen sizes.

    Cheers!
    Elliott

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