Reply To: Content Element Covers Some Menu

Home Forums Support Content Element Covers Some Menu Reply To: Content Element Covers Some Menu

Home Forums Support Content Element Covers Some Menu Reply To: Content Element Covers Some Menu

#202491
Tom
Lead Developer
Lead Developer

This CSS:

:target:before {
    content: "";
    display: block;
    height: 35px;
    margin: -60px 0 0;
}

It’s targeting :before every single element.

You’ll want to make it a little more specific by giving the targets you want it to apply to a class.