How can I modify the footer section design in the Dawn theme for mobile only?

hi, i would like to know how to separate the two writings (as in the photo), ONLY in the mobile version, Not in desktop version.

thanks for the support :slightly_smiling_face:

have a good day

website URL: https://drip-graffiti.com/

Schermata 2023-09-07 alle 11.32.17.png

Hey @stra10
Please post your store’s link with storefront password ( if there’s any), so that I could look into it.

Regards,

Aakash Ahmed

Hi @stra10

You can do that by adding this CSS code

@media screen and (max-width: 600px) {
.footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center:before {
left: 20px !important;
}
}

Hi @stra10

Please follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Please find theme.liquid file
  4. Add the following code above tag