Multiple columns in a row on mobile.

Posted in: Newspaper
Post count: 3

Hello. How can I use multiple columns in a row on mobile. Please, open the attached image for better understanding.
https://prnt.sc/u0m3zb

I see that even small icons or elements are arranged one on top of the other and makes the mobile visualization too long for scrolling.

Thanks.

Post count: 35449

Hi,

Unfortunately there is no option for that, but you can use a custom css like this one -> https://i.imgur.com/1rqgEdK.png
.tdm_block_text_image .td-block-span6 {
width: 50%!important;
}

This code need to be set in theme panel> custom code> advance css> phones.

Thank you!

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