Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #127858
    Realtime
    Participant

    How can I make my menu sticky as I scroll down? The sticky part (the one that remains fixed) should show the secondary menu, the site title and the primary menu. Thanks.

    #127903
    tikaram
    Keymaster

    @realtime : Please post in your site URL.

    Regards,
    Tikaram

    #128018
    Realtime
    Participant

    Oh ok, my url is: https://affiliatelinkages.com

    Thanks.

    #128035
    tikaram
    Keymaster

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

    #masthead {
    	position:fixed;
    	width:100%;
    	top:0;
    	z-index:22;
    	background-color:#fff;
    }
    #main-slider{
    	margin-top:11%;
    }
    .site{
    	width:100%;
    }
    .featured-slider .slides img {
    	width: 100%;
    }
    @media only screen and (max-width: 480px) { 
    #main-slider{
    	margin-top:42%;
    }
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #128047
    Realtime
    Participant

    Hi Tikaram, it has worked perfectly well. You guys are very good. I appreciate this support so much especially in light of the fact am using a free version of the theme. Thank you very much.

    If it does not bother you much, help me narrow down the gap between the secondary menu bar and the Site tagline, “Business Stress Free.” That is, let the bar come a little up to reduce the white space. You may adjust according to your discretion.

    Thanks and kind regards.

    Mark.

    #128070
    tikaram
    Keymaster

    Replace the previous css for slider

    #main-slider{
    	margin-top:11%;
    }

    with the following css

    #main-slider{
    	margin-top:9%;
    }

    and add the following css

    #hgroup-wrap {
    	padding-bottom: 0;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #128082
    Realtime
    Participant

    Thanks a lot Tikaram for your prompt help. I am sorted out for now.
    All the best.

    Regards.
    Mark.

    #128083
    tikaram
    Keymaster

    Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-kathmandu/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

    #128244
    Realtime
    Participant

    Hi Tikaram, sure I have posted a review under the user name mhmugisha just incase you want to view it. Actually I recommended catch themes in one of the membership sites I belong.

    Yes you were able to resolve the issues I raised and I am really grateful.

    I know I will come back to you in case of any issues or for your recommendation on an appropriate theme for a membership site I want to build.

    All the best to u Tikaram and all the Catch themes team.

    #128249
    tikaram
    Keymaster

    @realtime :Thanks a lot for a Wonderful review. It means a lot to us and motivates us to provide free themes and support. Have a Good day.

    Regards,
    Tikaram

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Site title, Secondary and Primary Menus not Sticky.’ is closed to new replies.