Site logo

Archived topic

Content Element Covers Some Menu

4 replies · Started by Garth Dryland on June 16, 2016

Viewing posts 1–5 of 5

Hi Tom

Any idea why the content of this page over-lapses the menu ??

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.

Hi Tom

I will test this out soon as I can. Been a bit snowed under.

Cheers

Hi Tom

I looked into using the CSS above and found that the two pages which appear to have this issue are both associated to media files attached to the subscription portion of the MailPoet plugin.

So instead of potentially hacking the plugin to associate a new class I tried detaching the files within the media library. This appears to have fixed the formatting issue.

Awesome! :)

This archived topic is closed to new replies.