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
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:
@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