Skip to content
Public Ticket #20772

Disable Breadcrumb and Post Navigation on mobile devices

Conversation thread

annaknt145 replied

Customer Reply

Great!

Thank you very much for your quick response.

annaknt145 replied

Customer Reply

I think I just found it!

Thanks anyway

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (max-width: 768px) {
    .penci-breadcrumb,
    .post-pagination {
      display: none;
    }
}

Regards,
PenciDesign.



annaknt145 started the conversation

Conversation Start

Hi, I would like to disable the breadcrumb and post navigation on mobile devices with resolution smaller than 768px


Thank you

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