Big Grid 1, don't resize on mobile…

Posted in: Newspaper
Post count: 20

Hi,

Why Big Grid 1, don’t resize or don’t disappear on mobile…
How to have a real responsive site?

My site: http://www.enrevenantdelexpo.com

Thanks
Best Regards

Post count: 22421

Hello,
I have checked your website on multiple devices and saw that the grid is responsive and displays properly: http://screencast.com/t/JdbriMklr9A
Let us know if you require any further assistance.
Thank you!

Post count: 20

Hi Bogdan

Thank you for your fast answer.
However, the horizontal scroll bar does not seem a very elegant responsive adaptation …
Is it possible to just make disappear the grid for mobile?

Have a nice day.
Best regards

Post count: 22421

Hello,
You can use a bit of css if you wish to hide the grid on mobile:
@media (max-width:767px){
.home .td_block_big_grid_1{
display:none!important
}
}

Then add the code in the theme pane – > custom css box.
Thank you!

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