Remove section for Mobile View Only

Hello! I am trying to remove an Image with Text Section from my mobile view only without removing it on the desktop site. It looks great on desktop but does not look good on mobile. I am using the Ride theme. Does anyone know how to do this or if it is possible?

Hi

@em12262

Please share your store url.

Hi @em12262
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi @em12262 , can you share store URL? +

Hi @em12262

Please add this code to Custom CSS of that Image with text section to remove it on mobile

@media (max-width: 749px) {
.image-with-text { display: none !important; }
}