show rows and columns on the phone

Posted in: Newsmag
Post count: 81

I want this area displayed in 2 rows on the phone, what should I do, thanks

https://www.screencast.com/users/GiaHongIT/folders/Default/media/cfdfb44e-3161-470f-bfb1-72aa8b0ac63f

  • This topic was modified 5 years by ghoangit.
Post count: 35449

Hi,
If this https://www.screencast.com/users/GiaHongIT/folders/Default/media/cfdfb44e-3161-470f-bfb1-72aa8b0ac63f is a page, then you can achieve this using tagDiv Composer, I think that your elements are set in side the row columns -> https://i.imgur.com/P671244.jpg those can be adjusted by setting a class on that row and use a custom css -> https://i.imgur.com/sfLOa7y.jpg -> https://i.imgur.com/AKhRyKP.png
.my-class.td-pb-row .td-pb-span4 {
width:50%!important;
display: inline-block
}

This code need to be set in theme panel> custom code> advance css> phone.
Hope this will help you!

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