Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #127499
    PeteGWebmaster
    Participant

    Is there a way to keep the header showing at the top of the screen when you scroll down?

    I’m trying to make this website:

    fastnotaryservice dot com

    look more like this one:

    losangeleswebdesignseo.com/fast/

    #127504
    tikaram
    Keymaster

    @petegwebmaster : Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 991px){
    	nav.nav-primary.search-enabled {
       position: fixed !important;
       top: 126px !important;
       width: 100% !important;
    background-color: #fff !important;
    }
    
    #masthead {
       position: fixed;
       top: -60px;
       width: 100%;
    background-color: #fff;
    z-index: 100;
    }
    
    #page {
       margin-top: 172px;
    }
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #127689
    Realtime
    Participant

    Hi, I pasted this code in the CSS and the menu is sticky but the site title and the primary menu cannot be seen. They are off the screen hidden above the secondary menu. Here is my site url as it appears after pasting the code: https://affiliatelinkages.com/

    Thanks.

    Mark

    #127774
    tikaram
    Keymaster

    @realtime : The above css is for Catch Responsive Pro theme. It looks like you are using Catch Kathmandu. Please remove the above additional css and post your query in the support forum of Catch Kathmandu theme.

    Regards,
    Tikaram

    #127859
    Realtime
    Participant

    Thanks Tikaram. I have posted my query in the Catch Kathmandu theme.

    #129286
    PeteGWebmaster
    Participant

    I’m noticing an error where a video slides above the logo at fastnotaryservice dot com/notary-blog/

    #129351
    tikaram
    Keymaster

    @petegwebmaster : Please try adding the following additional css and let me know if this resolves your issue.

    .rll-youtube-player iframe {
    	z-index: unset;
    }

    Regards,
    Tikaram

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Always show header?’ is closed to new replies.