Stretch text in image with text. Dawn 2.0

Hello, I need to stretch the text in the image with text on mobile and iPad view only.

I will share a screenshot of what I want.

thank you for your help guys.

Website: https://noeljewellery.com

PAss : eliasnoel

Hi @ena11 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-image-with-text.css->paste below code at the bottom of the file:
@media (max-width: 749px) {
    .image-with-text__content {
        padding: 0 !important;
    }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

thank you