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

    Hi,

    There seems to be a top margin in the h1,h2, etc. when using special heading. I use it under an image and I want to remove the spacing. I added h1 { margin-top: 0 !important; }
    h3 { margin-top: 0 !important; }

    in quick css, but the margin is still there.

    • This topic was modified 8 years ago by Jerryotto.
    #714411

    Hey Jerryotto,

    Do you mean in the first section under the slider? If so there is not padding or margins on the header but there is on the container. Try this in Quick CSS if you want to remove it:

    .home #av_section_1 .content {
        padding-top:0 !important;
    }

    Best regards,
    Rikard

    #714480

    Hi Rikard,

    Indeed the first section under the slider, the three columns.

    I tried what you suggested, but didn’t help. Reason I think it’s on the the header is that when I remove the header the text block under it shows no space between image and text.

    Best regards,

    Jerry

    #714629

    Hi Jerry,

    Thanks for the feedback, I can see the CSS being applied on your site, did you try clearing your browser cache and reload a few times?

    Best regards,
    Rikard

    #714745

    Hi Rikard,

    I tried it on different browsers and machines, but no difference.

    Regards,

    Jerry

    #715717

    Hi,

    Please try this css code.

    .av-special-heading {
        margin-top: 0;
    }

    Best regards,
    Ismael

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