Code: Select all
.grve-container h1
{
margin-bottom: 0px;
}
.grve-container h2
{
margin-bottom: 0px;
}
I tried these options but to no avail.
Code: Select all
.grve-container h1, h2, h3
{
margin-bottom: 0px;
}
Code: Select all
.grve-container h1 h2 h3
{
margin-bottom: 0px;
}