• Resolved Longbow

    (@faithfl)


    Greetings,

    On this Zerif Lite themed site, when you hit the up button, in footer, it takes you to #top.

    Issue: we don’t go all the way to the top of page body.

    https://asgprinting.com/
    scroll down, click Up button.

    Help is most appreciated and we understand the theme is at end of life.

    Thank you, WP Community,
    -e

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • It actually does take you to the top, however because the main navigation if fixed, it is “hovering” over the main content and not scrolling all the way up. If you open up the site, and just scroll down one click of your mouse wheel or enough to cause the window to scroll down you can see the content “jump” down.

    If you try to scroll all the way back up without going all the way down to the Up button, you can see it has the same effect. You’ll need to modify the CSS of the theme, the following should work in Appearance->Customize->Additional CSS

    #main-nav.fixed {
         position: static;
    }

    You can also try relative as well instead of static

    Thread Starter Longbow

    (@faithfl)

    That did it–fixed!
    ??

    Thank you Jarret
    -e

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Zerif Lite – Up #top’ is closed to new replies.