• Resolved femke98

    (@femke98)


    how can I disable the post grids on just the smartphone?

    Thanks in advance for the answer.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author ScriptsTown

    (@scriptstown)

    Hi @femke98,

    To hide them on small screens, use the following CSS in Appearance > Customize > Additional CSS:

    @media only screen and (max-width: 800px) {
    .pb-header-posts-grid {
    display: none;
    }
    }

    You also have options to not show them for single post and page (but this applies to all screens):
    Appearance > Customize > Posts Grid > Header Posts Grid (You can uncheck these: “Show in Posts”, “Show in Pages”)

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.