Sticky menu not working

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #20787
    Sperziemone
    Member

    Hi,

    I thought I had just made some CSS adjustments until now, but somehow the sticky menu is broken. When I scroll down, the change to the sticky menu with the white background does not happen. It just stays transparent.

    When I use inspect element and compare it with the demo, I see a piece of code for the sticky header missing:

    <header id="header" class>
    instead of
    <header id="header" class="sticky">

    How did this get broken and where can I fix this?

    You can login to my site here:
    http://www.supertiny.nl/wp-admin/
    guest
    ALCQ4wZmRFLR3U

    Thanks!

    #20789
    Sperziemone
    Member

    Also, I just noticed the Google maps-block exceeds the content box. I just touched some css and theme settings, so I don’t know how I did this.

    This is my css:

    @import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic);
    
    .segment.hero-header {
    padding: 250px 0;
    }
    
    .segment.hero-header .heading2 .title {
    max-width: 900px;
    }
    
    #primary-menu ul.menu li a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12pt;
    }
    
    #site-logo {
        max-width: 210px;
    }
    
    h3 {
        font-size: 26px;
        font-style: italic;
    }
    
    #site-logo {
    top: 15px;
    }
    #20804
    Veena
    Moderator

    The temp login is not working it seems , can you pls check?
    Have you updated theme? If not pls update your theme to newest version and see if that helps.

    #20823
    Sperziemone
    Member

    Hi, yes I think it’s the latest version. Actually don’t know where I can check that.

    Here’s a new login:
    http://www.supertiny.nl/wp-admin/
    guest
    o*xAs^fNz(oV^msPxk02Rskt

    #20833
    Sperziemone
    Member

    I’m sorry, it wasn’t the last version. I updated and it’s working properly now 🙂 Thanks!

    #20861
    Veena
    Moderator

    Thanks for the update .

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sticky menu not working’ is closed to new replies.