Hi,
does anyone know how to increase the spacing between the border and the text?
My code is:
hii, @Juztean
Kindly share your store URL so,
I can solve your issue and give you a proper solution.
Thank you.
Hi @Zworthkey ,
The url is: https://juz-fitness.myshopify.com/products/bamboo-tee, password is: traone
thanks
hii, @Juztean
paste this code on top of the bamboo-tree file.
button#section2 {
margin-top: 15px !important;
}
Thank You.
Hi @Zworthkey ,
This only works for the description. Is it possible to do it for all sections?
@Juztean
Can you mark in which section you want to increase the margin?
Thank You.
Hi @Zworthkey ,
It doesn’t really work, I’m not sure if i am doing it correctly. Is it supposed to be:
button#description {
margin-top: 15px !important;
}
button#section2 {
margin-top: 15px !important;
}
button#section3 {
margin-top: 15px !important;
}
@Juztean
paste this code on top of the bamboo-tree file.
.accordion {
margin-top: 15px !important;
}
Thank You.
Hi @Juztean ,
You just need to add this css, it will work fine:
.panel p {
margin-bottom: 20px;
}
Hope this helps
If you find my answer helpful for you, please mark it as a solution. Thank you so much and good luck,
Hi @LitExtension ,
It works. Thank you very much