CSS for spacing the first child

Hello.
I was wondering if anyone can tell me which CSS I should touch to adjust the attached arrow part when adjusting line spacing with CSS.

Specifically, I’d like to leave a small gap between the parent title and the first child title that is expanded.aaa - Inbox - Dynalist 2021-05-09 14-52-52(1)

.Node-self.is-parent + .Node-children { padding-top: 30px; }

Thanks your advice!! :smiley:

But, it can control these blue spaces, and the red space is still fixed…
3e536893a85be939323614c3ee456f9e3162b515

delete your other CSS temporarily and see if it works alone?

Yes, I did.
But nothing changed. :thinking:

Hi, I’ve done it!

.Node-self.is-parent { padding-bottom: 20px; }

Thanks a lot! :smiling_face_with_three_hearts:

1 Like