Site logo

Archived topic

Something wrong with the design of comments

7 replies · Started by Elia on November 26, 2018

Viewing posts 1–8 of 8

Hi there,

We use the https://wpdiscuz.com plugin

And something wrong with the design. Please have a look

Hi there,

I'm not seeing anything obviously broken. What should I be looking for?

Let me know :)

Hi Tom, sorry for not being specific. I'm talking about that comments sort of in the container itself. So it is a container within a container. That is way there is some whitespace because of this. Can we remove it? Please let me know if I'm not clear

Hi there,

try this CSS:

.separate-containers .comments-area:first-of-type {
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

Thanks, David!

Almost perfect. Now I see the double border in the comment section. Is there a way to fix this?

Thanks a lot!

I edited the code above, give that a shot.

Perfect, David, thanks!

You're welcome

This archived topic is closed to new replies.