Hello I want to remove space in the product images and product description that it’s in the red part in the images below, how I can remove it?
My website is www.siero24k.it. Pass: Password1
Hello I want to remove space in the product images and product description that it’s in the red part in the images below, how I can remove it?
My website is www.siero24k.it. Pass: Password1
Hey @Offertissimo
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi, you can try negative margins + setting width to calc(100% + 3rem) for under 749px.
However I would suggest removing padding from parent component for mobile view.
@media screen and (max-width: 749px) {
// mobile styles
}
Hello, there’s a problem because i want to remove padding to only images like the image of the product in the top on product page and not all the page and text of the product description. Thank you