Archived topic
Different padding settings for different containers
5 replies · Started by Denis on January 2, 2019
Hi Tom & the team,
I was looking for a way to change padding CSS settings for the comments area container. The Chrome inspector indicates that the correct class is .comments-area. I read this thread and understood that the settings are in the Customizer and they are included inline in the header. I tried to add new settings for .comments-area in the Additional CSS but it's not being taken into account. Is there a way to have different padding settings for different containers?
Many thanks for your help!
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Sure, I edited the original message.
Try this CSS:
.separate-containers .comments-area {
padding: 50px 50px 50px 50px;
}
Perfect, exactly what I was looking for. Thank you!
No problem :)