How can I fix my cut off description tab problem?

Hey there,

I have noticed that my description tab gets cut off oddly.

How do I resolve this issue?

Thank you for any help! :slightly_smiling_face:

Shop: here

Password: siesoh1

Hi there,

Sorry about the problem you are facing, it would be my pleasure to help you.

Please share your site URL,

I will check out the issue and provide you with the best solution here.

Jenny.

Thats Great!

The link is already there, click the “here”.

Hi,

To fix this add the below css in custom.css file

.collapsible-content__inner.rte {
    overflow: auto;
}

This will add the scrollbar if content is lengthy.

Thanks

Hit like and Accept as Solution if it helps you

1 Like

Thank you so much! Is there a way to add padding to the bottom (10px) without the layout becoming weird?