Disable slider in Big Grid 2 on mobile

Posted in: Newsmag
Post count: 11

Hello,
You can see on our website https://www.kinbox.com/, in our top section we use Big Grid 2.
On mobile, last 3 items become a slider.
Is there a way on mobile to disable slider and to have last 3 items vertical instead?

Post count: 23312

Hello Julia white,

You should try using the following code and place it in Theme panel -> Custom CSS area.

The code is ->

@media (max-width:767px){ .td_module_mx10{
display:none!important;
}}

The result is here -> https://www.screencast.com/t/dcWCI66OLE

Thanks for your understanding!

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