[Resolved] Content Element Covers Some Menu

Home Forums Support [Resolved] Content Element Covers Some Menu

Home Forums Support Content Element Covers Some Menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #202393
    Garth Dryland

    Hi Tom

    Any idea why the content of this page over-lapses the 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.

    #202912
    Garth Dryland

    Hi Tom

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

    Cheers

    #203948
    Garth Dryland

    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.

    #203983
    Tom
    Lead Developer
    Lead Developer

    Awesome! 🙂

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