Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

reverse columns on mobile view

$
0
0

Replies: 0

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!


Viewing all articles
Browse latest Browse all 59525

Trending Articles