[Resolved] menu jumping

Home Forums Support [Resolved] menu jumping

Home Forums Support menu jumping

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16427
    Amanda

    I have my menu set up on the left. For some reason it seems to be jumping to the right of the screen over my content on the iPad and then it jumps bask after a minute or so. Thoughts??

    http://www.vancouverhomeexchange.ca/location/

    #16428
    Tom
    Lead Developer
    Lead Developer

    Looks like you found a bug in the theme – I’ll be releasing an update shortly.

    For now, you can replace the CSS in “Appearance > Editor” starting with .post-image with this:

    
    .post-image {
    	margin-top: 0;
    	margin-bottom: 1.5em;
    }
    
    .admin-bar.stickynav.nav-below-header #site-navigation,
    .admin-bar.stickynav.nav-above-header #site-navigation,
    .admin-bar.stickynav.nav-float-right #site-navigation {
        top: 32px;
    }
    .stickynav.nav-below-header #site-navigation,
    .stickynav.nav-above-header #site-navigation,
    .stickynav.nav-float-right #site-navigation {
        border-top: 0 none;
        position: fixed;
    	top: 0;
        width: 100%;
    	max-width: 100%;
        z-index: 100;
    	opacity: .8;
    	-webkit-transition:all 0.2s ease-in-out;
    	-moz-transition:all 0.2s ease-in-out;
    	-o-transition:all 0.2s ease-in-out;
    	transition:all 0.2s ease-in-out;
    }
    .stickynav.nav-below-header #site-navigation:hover,
    .stickynav.nav-above-header #site-navigation:hover,
    .stickynav.nav-float-right #site-navigation:hover {
    	opacity: 1;
    	-webkit-transition:all 0.2s ease-in-out;
    	-moz-transition:all 0.2s ease-in-out;
    	-o-transition:all 0.2s ease-in-out;
    	transition:all 0.2s ease-in-out;
    }
    #16486
    Amanda

    Thanks so much for the quick reply!

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