Guys, I need a little help reducing this padding here:
I’ve tried endlessly but seems my basic coding isn’t enough today
thansk a lot guys
Guys, I need a little help reducing this padding here:
I’ve tried endlessly but seems my basic coding isn’t enough today
thansk a lot guys
Hey @Joev38 ,
Add the following code to the bottom of your section-main-product.css file:
.product__description {
margin-bottom: -1rem !important;
}
And if you want it to apply only on mobile use this code:
@media only screen and (max-width: 749px) {
.product__description {
margin-bottom: -1rem !important;
}
}
Worked just like a charm, thank you so much sir! Just one last question before you go, is there a code to set that subscription widget to all minuscule words? It’s part of our branding and I can’t seem to find the name to turn into minuscule by code, maybe you know how to identify that area to use de turn to minus code. Thanks a lot!
We’ve sent you a collaborator request, please confirm it and we will make this change for you.
It’s done with the first solution you offered sir, thank you
now I have another question, how can we reduce these spaces? Sorry if I bother too much