logo and menu moving with scroll

Support Forums for LiveMesh Themes & Plugins Forums Austin Theme Support logo and menu moving with scroll

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #21148
    ZoePDX
    Member

    Hi,

    After upgrading to WordPress 4.5 I’ve just noticed that the logo and menu are moving when scrolling on the page. I’ve tried deactivating plugins and removing all CSS and it didn’t seem to make a difference.

    Thank You for your help!!!

    #21174
    Veena
    Moderator

    Have you updated theme to latest version? If not pls download latest version theme from your themeforest account and update theme .

    #21178
    ZoePDX
    Member

    Yes. I am using version 2.1.

    I just updated the Child theme and suddenly everything looks completely wrong…all the beautiful section edges are gone the menu is crazy. HELP!

    Zoe

    #21179
    ZoePDX
    Member

    Never mind, I figured out what happened…

    But the logo and menu issue are still happening. Your help is greatly appreciated.

    Zoe

    #21194
    Raghavendra
    Moderator

    Can you pls post a link to the site as a private message here? Hard to tell what’s happening unless we actually look at the source. Thanks

    #21200
    ZoePDX
    Member
    This reply has been marked as private.
    #21223
    Raghavendra
    Moderator

    If you do not want the logo to move pls use Custom CSS –

    #header.sticky #site-logo {
        top: 30px;
    }
    

    or

    #site-logo {
        top: 10px;
    }
    #header.sticky #site-logo {
        top: 10px; 
    }
    #21224
    Raghavendra
    Moderator

    And to prevent menu from changing position –

    #header.sticky #primary-menu > ul.menu > li > a {
        line-height: 40px;
    }
    

    I could not login, pls place the Custom CSS in your site.

    #21241
    ZoePDX
    Member
    This reply has been marked as private.
    #21249
    Raghavendra
    Moderator

    Still seeing this error when logging in – ACCOUNT PENDING: Your account is currently not active. An administrator needs to activate your account before you can login.

    #21256
    ZoePDX
    Member
    This reply has been marked as private.
    #21267
    Raghavendra
    Moderator

    Can you pls check now if things look ok – the logo and the menu stays without moving with scroll.

    #21270
    ZoePDX
    Member

    Perfect! A thousand thank yous!

    : )

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘logo and menu moving with scroll’ is closed to new replies.