Change Column Order on Mobile

Posted in: Newspaper
Post count: 17

Hi there i was wondering if it is possible to change the column order for specific rows on a mobile device?

i have about 1/10 skill level when working with css and I was doing a bit of googling and was able to build something like this


@media
all and (min-width: 767px) {
#reverse-cols1 .td-row.vc_row {
display: flex !important;
flex-flow: wrap;
flex-direction: row-reverse;
}
}

however its not working and was wondering if i was doing something wrong

Post count: 18283

Hello !

Unfortunately this option is not available at the moment.

We are sorry for the inconvenience !

Thank you !

Post count: 17

Thanks Vlad

would this be tabled for implementation as it seems pretty interesting to be able to do and that competitor products already have it implemented

Post count: 18283

Hello !

I have passed your suggestion to our developers but unfortunately I cannot say when this will be implemented.

Thank you for your understanding !

Post count: 500

This is very important – using three column format, where the main content is in centre column, can look good on desktop and tablet. But go to mobile and the first thing the reader sees is the first column content, not the main story. No good!

Post count: 18283

Hello !

At the moment this can’t be changed.

Thank you for your understanding !

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