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.
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
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
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
Hi Rikard,
I tried it on different browsers and machines, but no difference.
Regards,
Jerry