Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #477736

    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?

    #477895

    Hey mrijnders!

    May we have a link to the page in question so we can determine the exact css?

    Best regards,
    Dake

    #478076

    Hi,

    The page is set to private so I’ve created a login.

    #478265

    Hey!

    Can you please point out your element with custom class? I could not find it.

    Best regards,
    Yigit

    #478272

    Hi,

    The underlind headings have a top-margin of 50px.

    Problem

    #478274

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.