Padding in description not applying properly

Hey there.

Im trying to have a 15 bottom and top padding for the description when the tab is open but it messes with the whole layout. And secondly, do you know of a way to turn of the stick header just on product pages?

Like such:

Thank you for any help!

Store: click me

Password: siesoh1

Hi @itsolidude12

first question

1: Online store > themes > Actions > Edit code > Assets > theme.css

2: paste code at last

.collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner {
    padding: 15px 20px;
}

second question

1: Online store > themes > Actions > Edit code > Layout > theme.liquid

2: paste code before

{% if template == 'product' %}

{% endif %}

2 Likes

Thank you very much!

1 Like