Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #112415
    Al X
    Participant

    Sry for my bad english.
    I would like to center the menu on the page, but unfortunately I do not get it.

    #112450
    Mahesh
    Keymaster

    @al-x: Please post in your site url.

    Regards,
    Mahesh

    #112468
    Al X
    Participant

    Oh sry i forgot it.
    It’s test.rootpacker.de

    #112476
    Mahesh
    Keymaster

    @al-x: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-branding {
        display: none;
    }
    
    .nav-primary:before {
        display: block;
        content: " ";
        clear: both;
    }
    
    .nav-primary {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .nav-primary .menu {
        float: none;
    }
    
    .parallax-frame-nav-menu li, 
    .sidebar-header-right .widget_nav_menu li {
        float: none;
    }

    Regards,
    Mahesh

    #112477
    Al X
    Participant

    Thank you very much for the help. I have got an other question. How can i display this menu as a Hamburger Menu on the normal screen?

    So that it sildes out horizontal?

    #112482
    Mahesh
    Keymaster

    @al-x: Add the following CSS:

    .menu.parallax-frame-nav-menu {
        display: none;
    }
    
    .mobile-menu, .mobile-menu-anchor, .mobile-menu-text {
        display: block;
    }

    Regards,
    Mahesh

    #112483
    Al X
    Participant

    alsmost what i whant tanks. Just is it possible not to display the responsive menu the whole time?

    What i want is to have the Hambuger Button thats right.
    But i would like by clicking on it on a computer to show the horizontal menu and in responsive layout like it is now.

    I know it’s much what i like to have… i hope it is posible.

    Thank You

    #112488
    Mahesh
    Keymaster

    @al-x: For that, you’ll need to customize further. Just by CSS is not possible. I recommend you to hire a customizer.

    Regards,
    Mahesh

    #112518
    Al X
    Participant

    OK maybe you can help me with an other problem. if i click on the mobile bar i would like the menu just to overlap over the content an not to push it to the side.

    #112541
    Mahesh
    Keymaster

    @al-x: For that you’ll need to customize further. It cannot be done with CSS. Some inline CSS is being injected to body as the button is clicked. Hope you understand.

    Regards,
    Mahesh

    #112713
    Al X
    Participant

    Is it posible to show the Logo centered unter the menu?

    #112764
    Mahesh
    Keymaster

    @al-x: Cannot see the logo on your site. Let me know further.

    Regards,
    Mahesh

    #113835
    Al X
    Participant

    Hello Mahesh,

    sorry for the late reply.
    With the logo has done itself. Now I have a problem with the mobile menu.
    When I click on the hamburger button at the bottom of the page, everything jumps up and I have to scroll back.
    How do I open the menu without jumping up on the page?

    greetings

    #114811
    Al X
    Participant

    Is there a solution?

    #114853
    Mahesh
    Keymaster

    @al-x: Sorry for the late reply. Thought I had replied. The theme uses sidr menu and the issue is with the sidr itself. If we find any solution or if the developer of sidr fixes it. We’ll let you know.

    Regards,
    Mahesh

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Parallax Frame How to display the Top Menu in the center of the Page’ is closed to new replies.