When I use a special header beneath another special header, the second one gets a margin-top of 50px. When I check the CSS I see this:
.av-special-heading {
width: 100%;
clear: both;
display: block;
margin-top: 50px;
position: relative;
}
I want to edit the margin-top to 10px. So I entered this in quick CSS:
.av-special-heading .h2-beeld {
margin-top: 10px !important;
}
.h2-beeld is the custom CSS class I gave the bottom special heading. But nothing happens. What am I doing wrong?
Hey mrijnders!
May we have a link to the page in question so we can determine the exact css?
Best regards,
Dake
Hi,
The page is set to private so I’ve created a login.
Hey!
Can you please point out your element with custom class? I could not find it.
Best regards,
Yigit
Hi,
The underlind headings have a top-margin of 50px.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.h2-beeld {
margin-top: 10px;
}
Second underlined element does not have a custom class – http://i.imgur.com/9qe3INR.png
Best regards,
Yigit