Hello,
I would like to remove some of the padding around my rich text boxes (mobile mode) on the product pages.
How do I go about this?
Thanks, Ella.
URL: https://www.samiyaskincare.com.au/products/root-chakra-face-mask
PW: ellacoker
Hello,
I would like to remove some of the padding around my rich text boxes (mobile mode) on the product pages.
How do I go about this?
Thanks, Ella.
URL: https://www.samiyaskincare.com.au/products/root-chakra-face-mask
PW: ellacoker
Hi @ellacoker
TRy this one.
@media only screen and (max-width: 749px){
.rich-text__wrapper.rich-text__wrapper--left.page-width {
margin: 0 !important;
width: 100% !important;
}
.section-template--24209589993766__rich_text_C8dtF9-padding h2.rich-text__heading {
margin-top: 0;
}
.section-template--24209589993766__rich_text_C8dtF9-padding {
padding: 0 !important;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Perfect it worked. Thank you so much.
Ella.
Welcome, Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!