2 columns in Mobile View

Posted in: Newsmag
Post count: 104

I”m using Block 16 on my main page, i think it’s a little too big on mobile, because it shows one big story. I would like to show two stories from the category in two columns … it that possible?

Post count: 6535

Hi

With block 16 this is not possible, sorry. You will have to change block’s layout for mobile devices in order to achieve a similar rezult. I can’t provide a solution for the moment as this is a complex task which involve many tests and time to be completed.

Thanks for your understanding!

Post count: 104

okay … which blocks would work for me then?

Post count: 6535

Hi

None of theme’s blocks display two columns on mobile. A solution would be to change the current layout for one of therm’s blocks or create a custom block with this layout on mobile.
Thanks!

Post count: 104

how do I create a block that only shows on mobile?

Post count: 6535

Hi

You can use one of theme’s blocks and add an extra class on it then use hide it on desktop using css: http://screencast.com/t/BD6Bptsy

@media(min-width: 768px){
.mobile-block{
display: none;
}
}

Thanks!

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