How To Hide A Section On Desktop Only In Shopify - eCommerce Thesis

How To Hide A Section On Desktop Only In Shopify

Tired of a bulky section cluttering your mobile store’s look? This video shows you a quick and easy way to hide sections on DESKTOP ONLY in your Shopify store! This will keep your mobile view clean and optimized for conversions, without any apps or complicated code.

Perfect for:

Large banners overwhelm mobile users Unnecessary content on smaller screens Streamlining your mobile checkout process

In this video, you’ll learn:

How to identify the section you want to hide
Adding a simple code snippet (no coding experience required!)
Testing your changes to ensure a smooth mobile experience
Boost your mobile sales with a cleaner, more user-friendly store!

@media screen and (min-width: 750px) {
  .multicolumn {
    display: none;
  }
}