Site logo

Archived topic

Disable Featured Image on Mobiles and Tablet

17 replies · Started by Hugo on January 4, 2021

Viewing posts 16–18 of 18

Glad tom hear that

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

Glad to be of help :)

This archived topic is closed to new replies.