OllieWP / ollie

A finely-crafted WordPress block theme by Mike McAlister

Home Page:https://olliewp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse column direction on mobile

mbelmar05 opened this issue · comments

Hi there.
I'm attempting to reverse the column direction on mobile. I've experimented with the following CSS in the Ollie theme style sheet, but unfortunately, there's been no change. Are there alternative methods I could explore?

@media only screen and (max-width: 769px) {
    .swap-on-mobile {
        display: flex !important;
        flex-direction: column-reverse;
    }
}

Thanks in advance.

Hi there,

This CSS works for me. You need to place this CSS in the Additional CSS panel in the Styles tab. And then apply the swap-on-mobile class to the Columns block.

Ohhh. That's where it is.
Thanks so much !!