Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1411357

    Jason A
    Participant

    Good Afternoon. I’m using the Superfly menu on my website, http://www.sisterlystitch.com, and for some reason the logo overlaps the menu items (picture attached) and I was hoping to keep the logo from overlapping.

    Thank you for your help.

    #1411874

    Christopher
    Moderator

    Hi there,

    Please clear cache and check again as it displays fine on my end. Please refer to attachment.

    Thanks.

    #1412373

    Jason A
    Participant

    I’ve checked the way it appears on 5 different CPU’s and for some reason the first time the website loads, it has the view I attached above and then every time thereafter it loads the way your screen shows. Any thoughts?

    Because I know the first time people access a website may be the only time which will be very important for an online store.

    Thank you for your help.

    #1412771

    Christian
    Moderator

    Please give us access to your WordPress admin so we could check your setup and try replicating it on our end.

    Thanks.

    #1414207

    Jason A
    Participant
    This reply has been marked as private.
    #1414767

    Paul R
    Moderator

    Hi Jason,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    body .sfm-toggle-hover #sfm-sidebar .sfm-logo {
        margin-top: 0;
    }
    
    body #sfm-sidebar .sfm-nav {
        position: static;
        margin-top: 150px;
    }
    

    Hope that helps.