Columns on Mobile

Posted in: Newspaper
Post count: 187

I love the look of the columns for post text on desktop version.

Is there custom CSS I can add for mobile so the columns don’t show?

Thanks!

Post count: 22421

Hello bobbymc,

Please try the following CSS:


@media (max-width: 767px){
.td_text_columns_two_cols {
-webkit-column-count: 1;}}

Add this code in the theme panel like so: http://screencast.com/t/lCMTdGFt

Thank you.

Post count: 187

Awesome. Great service as always. Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.