Mobile Mason Grid of at LEAST two columns?

Posted in: Newsmag
Post count: 21

Is there a block that can create a mason grid on a standard smartphone of at least two columns and a title? If not do you have some css that can apply to a page that has a mason grid w/ two columns but who’s viewport is smaller than a tablet? AND display text? The text can be 10px as thats fine for mobile…

The text is secondary but the two column mason for mobile is my priority. The thumbnail size can be VERY small, thats fine. My goal is a quick visual summary of my latests posts and every configuration I can see on mobile only has one column…

If there IS a two column config on mobile w/o css? That would be fine too…

Thanks!- eFromC

Post count: 6535

Hi

The theme doesn’t have a block with a two columns on mobile devices. I’ve found a solution by modifying the block’s 7 layout: http://screencast.com/t/cDzrKOTe but I test this layout only on standard mobile format and I don’t know how will work on different mobile version.

@media (max-width: 767px){
.td_block_7 .td-block-span6 {
width: 50%!important;
}
.td_block_7 .item-details {
margin-left: 0;
margin-top: 85px;
}
}

Hope this help.
Thanks!

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