[Resolved] Disable Featured Image on Mobiles and Tablet

Home Forums Support [Resolved] Disable Featured Image on Mobiles and Tablet

Home Forums Support Disable Featured Image on Mobiles and Tablet

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1792459
    David
    Staff
    Customer Support

    Glad tom hear that

    #2251930
    Neal

    DAVID

    Thanks again!

    This piece of code is exactly what I needed to complete the transformation of my sites on a mobile device to a cleaner, leaner look:


    @media
    (max-width: 1024px) {
    .page-hero {
    display: none;
    }
    }

    Keep on keepin’ on!

    NEAL

    #2252806
    David
    Staff
    Customer Support

    Glad to be of help 🙂

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.