• Resolved moshtilldeath

    (@moshtilldeath)


    My menu bar randomly moved itself to the bottom of the page. I would like for it to be back at the top of the page below the header image. How can I fix this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello,

    We will need to see your site in order to help you fix the problem. If we cannot see the site then we will not be able to investigate the cause of the issue.

    Sorry,

    Oliver

    Thread Starter moshtilldeath

    (@moshtilldeath)

    hi sorry about that, the website is wateroflifeink.com. I added a custom CSS to bring the menu to the very top of the page because I needed the website to be usable in the meantime, but I would still like to know how to get it back under the header.

    Plugin Author Oliver Campion

    (@domainsupport)

    It looks like you’ve edited the original theme. For example, on line 1563 of style.css you have “position: left;” which is not valid CSS and should be “position: relative;”.

    You need to restore the original theme and add any CSS changes you want to make by inserting CSS into “Customizer – Additional CSS”.

    You should never edit the original theme as you then will be unable to update the theme when future updates are available.

    Hope that helps.

    Oliver

    Thread Starter moshtilldeath

    (@moshtilldeath)

    I tried uninstalling and deleting the theme and then reinstalling it and it didn’t fix it. Is there another way to reset the theme?

    Plugin Author Oliver Campion

    (@domainsupport)

    You’ve done it. You just need to remove the custom CSS you added now …

    @media screen and (min-width: 48em) {
    .navigation-top {
    bottom: auto;
    top: 0;
    position: fixed;
    }
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu Stuck on Bottom of Page’ is closed to new replies.