Warm tip: This article is reproduced from stackoverflow.com, please click
css responsive shopify

How to Change Position of element in responsive shopify design

发布于 2020-04-23 11:10:46

Kinda a newb at this but I love it.... I just have a simple question in regards to editing a stylesheet in Shopify. I recorded a quick 2 minute video to show you exactly what I am trying to do. basically make a text element responsive. Also the site is royalmetalarts.com See the video below...

https://www.youtube.com/watch?v=uBaS_HkXr_8&feature=youtu.be

Questioner
Nathan Reimche-Vu
Viewed
18
Etienne Bibaud 2020-02-08 01:25

I found a simple solution even though I don't know what it does. You have to add body directly after @media (max-width: 1024px).(Was @media (max-width: 1024px) .breadcrumb now is @media (max-width: 1024px) body .breadcrumb)

Hope this works for you!