Display modules

Posted in: Newspaper
Post count: 18

Hello,

Is it possible to display the cover page module with images only on desktop computers and hide it on mobile devices?

Screenshot >>> https://www.screencast.com/t/97Q3xCql8wA

Thank you
Best regards
Ana Gómez

Post count: 20688

Hi,

You could hide the Big grid in your homepage with Css on smaller devices using this code, just enter it in Theme panel->Custom Css

@media (max-width: 767px) {
.home .td_block_big_grid_6 {
display: none;
}
}

Result – https://www.screencast.com/t/jbAONMxQVqsU
Please let me know if this works for you
Thanks

Post count: 18

Hello Simon, thank you so much for responding so quickly. CSS customization has worked as expected.

Thank you very much again.

Best regards
Ana Gómez

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