Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #8107
    benshades
    Participant

    Hi,
    I love how easy it was to setup your plugin.
    Can you tell me how to centre the menu on scroll? mine is showing omainly on the left side and some of the menu item are not visible.

    #8108
    Skandha
    Participant

    @benshades: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #8109
    benshades
    Participant

    Thanks for the quick response
    https://www.bitzrorhachaim.com/wpsite

    #8112
    Skandha
    Participant

    @benshades: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-main-en.catchSticky {
        width: 100% !important;
        right: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #8117
    benshades
    Participant

    Perfect.. thanks

    #8118
    Skandha
    Participant

    @benshades: 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/plugin/catch-sticky-menu/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. Have a good day! 🙂

    Kind Regards,
    Skandha

    #8139
    korat-gag
    Participant

    Hi
    I added the code:
    .nav-main.catchSticky {
    width: 100% !important;
    right: 0 ; }
    and its working good the background is on the full screen (thats what i wanted) but i want to center the menu (not the background), what shell i do or add to the css?

    http://cpanel15.tempdomain.co.il/~korat/site8/

    #8155
    Skandha
    Participant

    @korat-gag: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-main.catchSticky #menu-main {
        margin: 0 auto;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #8156
    korat-gag
    Participant

    Thank you, Perfect:)

    #8157
    Skandha
    Participant

    @korat-gag: 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/plugin/catch-sticky-menu/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. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Sticky header not centered’ is closed to new replies.