Hello,
Someone can help me how I can resize my image and text section to change from the following style:
to this one:
Thank you very much for your help!
Hello,
Someone can help me how I can resize my image and text section to change from the following style:
to this one:
Thank you very much for your help!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hello KetanKumar,
Thank you for your help!
The SITE URL IS: https://tradetarget.myshopify.com/
The password is: awntal
@PLages ,
.feature-row .feature-row__item:first-child{
flex: 20%;
}
Thank You!
can you try the first mobile
@media screen and (max-width: 480px) {
.feature-row__item {
-webkit-flex: 1 1 5%;
-moz-flex: 1 1 5%;
-ms-flex: 1 1 5%;
flex: 1 1 100%;
max-width: 100%;
}
}