Bid grid full 9 in mobile downward flow

Posted in: Newspaper
Post count: 1

Hello and sorry for my English. In this grid, when viewed in mobile version, the 3 lower news items are shown with a scroll bar instead of stacking one below the other. Is it possible to eliminate this and to see one under the other on a mobile phone?
thanks
Image 1 – ok in desktop
Ok in Desktop

Image2 – scroll bars to remove
mobile

Post count: 20688

Hi,

All the blocks and big grids are predefined in terms of layout, they will always display in a predefined way on desktop and mobile
https://demo.tagdiv.com/newspaper/block-1/
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
Only through modifications they could be made to display differently, not by a theme setting.
I could give you a code that you can try in Theme panel->Advanced CSS in the phones section. It will make full big grid 9 display like this on mobile
https://www.screencast.com/t/Fx2h0Q7Y7u
This is the code

.td_block_big_grid_fl_9 .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
width: 100%;
float: left;
}
.td_block_big_grid_fl_9 .td-big-grid-wrapper .td-big-grid-scroll .td_module_mx25 {
margin-left: 0;
margin-top: 3px;
}

Thanks

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