Not show linked products in movil version?

Good morning;

Is posible not show the linked products in the shopping cart only in the movil version? (Any css code or similar)? I send an attached photo

Thank you very much.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the additional products by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove cross sale*/ @media (max-width: 550px){ .cross-sells { display: none; }

Best Regards,
Support

Hello;

Thank you very much for help us. The CSS doesn´t work, is there a “{” simbol less?

Thanks.

Hello there,

I am sorry for the inconvenience caused here.

There was a "}"missing. Please try this code instead:

/*Remove cross sale*/ @media (max-width: 550px){ .cross-sells { display: none; } }

Best Regards,
Support

Thank you very much. It works

You are always welcome here :slight_smile: