• Resolved candiceoneida

    (@candiceoneida)


    The hover function was moving my second image way off to the left.

    I’ve added this css:

    /* Fix for Menu hover button */

    li:hover img.hovered-image.menu-image-title-hide {
    opacity: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0px; left: 35px;
    }

    However, it’s now off to the right on a cellphone.

    You’ll also see that there is a strange flick of the yellow button off to the left on exiting the hover. it’s probably a theme conflict but I don’t know how to fix that.

    Please help!
    Candice

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

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hover moving and wobbling’ is closed to new replies.