The longer paragraph is my product description
and I want it look something like this
only change it in mobile mode
Hello @lorrnnzo ,
Please share your store URL, product link and password of front view.
So that I will check and let you know the exact solution here.
Best regards.
https://urbexmode.com/collections/presets/products/cine-roadtrip-pack
Please view it in mobile mode
I only wanna change it in mobile mode
Thank you!
Hi @lorrnnzo ,
You can follow the instruction below:
@media (max-width: 649px) {
.product-block .rte {
padding-left: 10px;
padding-right: 10px;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hello @lorrnnzo
@media only screen and (max-width: 767px) {
.product-block .rte {
padding-left: 15px;
padding-right: 15px;
}
}
Hope it will help you!
Thanks.