My Shopify Liquid doesn't display fully on mobile devices

My Shopify Liquid doesn't display fully on mobile devices

hkmlc
New Member
5 0 0
Replies 6 (6)

hkmlc
New Member
5 0 0

wo
Shopify Partner
188 42 40

You added content without considering using media queries to optimize the mobile style.

hkmlc
New Member
5 0 0

如何实现移动适配

hkmlc
New Member
5 0 0

How can I achieve mobile adaptation

hkmlc
New Member
5 0 0

Most of the content uses liquid

Small_Task_Help
Shopify Partner
830 28 75

Hi,

 

You can implement CSS media queries and avoid fixed widths

 

Responsive liquid code example which you can use to ensure product images and descriptions are responsive

 

<div class="product">
  <div class="product-image">
    <img
      src="{{ product.featured_image | img_url: '400x400' }}"
      srcset="{{ product.featured_image | img_url: '200x200' }} 200w, {{ product.featured_image | img_url: '400x400' }} 400w"
      sizes="(max-width: 600px) 200px, 400px"
      alt="{{ product.title }}">
  </div>
  <div class="product-description">
    <h1>{{ product.title }}</h1>
    <p>{{ product.description }}</p>
  </div>
</div>

  

To Get Shopify Experts Help, E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad