Skip to content
Public Ticket #6314

hide featured boxes in mobile

Conversation thread

PenciDesign replied

Staff Reply

Hi,

Please add more this code to Customize > Custom CSS to do that:

@media only screen and (max-width: 768px) {
.container.home-featured-boxes{ display: none; }
}

Best Regards,

PenciDesign

RANTAKA started the conversation

Conversation Start

Hi, could I disable featured boxes in mobile. I use 8 featured boxes in homepage and then latest posts, but in mobile it is not nice to slide 8 featured boxes first to get latest posts.

Want to join this conversation or access attachments? Sign in first.