Hide custom content block from mobile devices

hi there,

we’re new to shopify and need assisstance.

we’ve added custom content blocks on our website (SYMMETRY THEME). we added a few pictures. however, we don’t like the way they show up on mobile devices.

is there a way to hide them from mobile devices? if so, how? any help would be truly appreciated. thanks in advance.

@lecigarvolant ,

share the URL please

oops, sorry https://two-button-notch-lapel.myshopify.com/

@lecigarvolant ,

can you share the screenshot ? which images you want to hide ?

here’s an example screenshot of the custom content block we wish to hide from mobile devices since they’re so big and take up too much space.

@lecigarvolant ,

.flexible-layout.flexible-layout--align-center.valign-middle {
    display: none;
}

add under this media only. see media query in red color