Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #272632
    polakow
    Participant

    Good afternoon,

    I am using the PRO-version of Catch Kathmandu. I wanted the menubar to become sticky at the top of the screen. So i installed the plugin “Catch Sticky Menu).

    That works, but the menubar is not centered (falsely located at the upper right corner)…. How can i solve that with CSS-code?

    Our website: Htpps://www.lemsterpoort.nl

    It would be nice if i could also make the logo Sticky.

    Kind regards,
    Hanno

    #272634
    polakow
    Participant
    #272695
    tikaram
    Keymaster

    @polakow: I checked your site and it looks like there is issue with the sticky menu. I will forward it to the development team and let you know soon.

    Regards,
    Tikaram

    #273636
    polakow
    Participant

    Goog afternoon Tikaram,

    Can you give me an indication of when this issue will be solved, and the priority it has?

    Thank you in advance,
    Hanno

    #273927
    tikaram
    Keymaster

    @polakow: Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .catchSticky, .mob-catchSticky {
        left: 50% !important;
        transform: translateX(-50%);
        width: 1280px !important;
    }

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #273934
    polakow
    Participant

    Good Morning Tikaram,

    Thank you and your technicians, very much ! The problem has been solved for me. I checked it ons desktop & tablet. I am happy that i can implement this feature on several of my Catch Themes – websites.

    On the mobile phone the menubar is not yet sticky, but that is not a problem for me (maybe for other clients).

    Kind regards,
    Hanno

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sticky menubar located at upper right corner’ is closed to new replies.