reverse columns on mobile view
-
Hi, I am using advanced columns and on a page and the stacking is not correct on the mobile view for the second item on the page. Hence, I would like to reverse the column order for that one specific row. I am using custom CSS to do that but it is not working.
This is what I am using:
@media (max-width: 680px) { .reverse-columns { display: flex; flex-direction: column-reverse; } }
Can you please help me with this?
Thanks!
The page I need help with: [log in to see the link]
- The topic ‘reverse columns on mobile view’ is closed to new replies.