Hello, I have a section using a nested COLUMNIZE function within an ACCORDION. I can see that, as the screen is resized to mobile, the breakpoint forces the COLUMNIZE content into a single column.
I’m wondering how I can get more granular control over that through CSS. I’ve used the obvious inspector functions in browsers but cannot seem to drill down to the specific CSS that effects those columns.
Ideally, I’d like to break the content into 2 columns or 1 dependent on the screen size using the usual @media only screen CSS.
Thanks in advance.