How can I display a specific design only on mobile using Dawn Theme?

Hi everybody! (Dawn Theme).

I know it it weird, but I want this design to show me only on the mobile!

I tried different things but I failed everytime!

Can someone help me?

https://8hh12wxd0krweu4f-57200672851.shopifypreview.com

@CrenaMakw2

Hi,

To display the video only on mobile, please add the code below to assets/base.css file.

@media screen and (min-width: 750px) {
  div#shopify-section-template--14698607870035__16612416269ee0a652 {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  div#shopify-section-template--14698607870035__16612416269ee0a652 {
    display: block;
  }
}

Without the video, it will be displayed on PC as below.

If you resolve the issue, please click “Like” and “Accept solution”.

If you still have the issue or have other questions, please let me know.

Hope it helps.

Thanks.

@CrenaMakw2

oh sorry for any issue can you please share more details what do you want exactly?