[Resolved] Primary Navigation Menu Logo Image Offset From Top

Home Forums Support [Resolved] Primary Navigation Menu Logo Image Offset From Top

Home Forums Support Primary Navigation Menu Logo Image Offset From Top

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #331382
    Py

    My website is Ofpad.com

    My menu logo image appears offset from the header for some weird reason, please see the below image
    Offseted Image

    In the customize Primary Header Bar it appears correctly please see below image.
    Customize Appearance Section

    I have tried clearing cache and disabling the cache plugin as well. But the issue persists. Please help me fix this issue.

    Thank you

    #331415
    Tom
    Lead Developer
    Lead Developer

    You have this custom CSS:

    a:before {
        display: inline-block;
        content: " ";
        margin-top: -250px;
        height: 250px;
        visibility: hidden;
    }

    That’s applying to all links, including the link wrapper around the navigation logo.

    #331440
    Py

    Hey Tom

    Thank you for your quick reply. In my website I have links to sections on the same page like how the “Table Of Contents” section of Wikipedia works. I have this custom css so that when I click on these type of links the section is not hidden underneath the floating menu.

    Is there anyway I can have this css as well as not have the above displacement problem? Is there a way I can remove the link behind my image?

    #331449
    Py
    #331605
    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.