Twitch Streaming Profile Panels

Hey guys, I’ve been streaming for about a year now and I’m in the process of tidying up my panels.

The problem I’m having is that the writing underneath my headers is too close.

TheAmateurDetectorists Stream

If you look on my streaming page and scroll down, you can see underneath the ‘Biography’ there’s a nice gap between the header and the start of the writing.

However, I can’t seem to be able to do the same under all of the other sections. I’d like to try and get the gap underneath all of the other headers, but I can’t figure out how to do it. I’ve tried “Line breakers” and “Horizontal rule” but neither seem to have any effect.

It’s probably a simple fix, but I can’t seem to work it.

Anyway, I appreciate your help, thanks in advance.

  • Adam

It’s not your fault… it’s the css.

If any admins/staff are willing to fix this.

CSS FIX:

.panels .panel .part {
    margin-bottom: 15px;
    display: table; /* <-- add this line to current css. */
}

PS. If you remove the links from the images it will look the way you wanted.

So there’s nothing I can do but remove the links?

I have removed the links for now, thanks for that tip.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.