How can I increase spacing between text and border?

Hi,

does anyone know how to increase the spacing between the border and the text?

My code is:

1 Like

@Juztean

Please try following css class

.panel {padding-bottom: 20px;}

Thanks!

hii, @Juztean
Kindly share your store URL so,
I can solve your issue and give you a proper solution.
Thank you.

1 Like

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.

1 Like

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.

1 Like

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.

1 Like

Hi @Zworthkey ,

sorry, it is not really working. This is the result:

only works for description

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