Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1066691
    Robin K
    Participant

    Hi,

    You fixed this problem on a previous site I worked on that allowed a link from one page to a section on another page using specific code. However, within the same one pager, the links from the top menu bar seem to go past the content section I intend it for. I used the same code that you provided me recently, but that doesn’t seem to work.

    Is there a separate piece of code that I need to use for a one pager?

    Here is my slite link: http://framersfineart.wpengine.com/

    Regards,
    Robin

    #1067006
    Joao
    Moderator

    Hi There,

    Would you mind turning off the Ubermenu plugin and test? If it is the Ubermenu that is causing we will be able to help you anyway, I believe your page will look better without Ubermenu actually and it may solve the issue.

    If it does´t or if you would like to keep Ubermenu please provide us your WP Admin Credentials in a private reply so we can take a closer look.

    Thanks

    Joao

    #1067294
    Robin K
    Participant

    Hi, That seems to have solved the problem. Thanks, but how do I get it to work with Uber Menu if I wanted to use it? Also, how do I change the vertical spacing for the nav bar menu? It has more space on the bottom and I would like it to be more even to and bottom.

    Thanks,
    Robin

    #1067679
    John Ezra
    Member

    Hi Robin,

    Thanks for updating the thread! Regarding Uber Menu, there will need to be a number of CSS and customization that needs to be applied depending on how you want things to look.

    Regarding your other request, there are two options:

    1. Lower the logo size and adjust navbar height accordingly:

    .x-brand {
        width: 270px;
    }
    
    .x-navbar.x-navbar-fixed-top {
        height: 90px;
    }

    or 2. Add more top padding to the menu items to center them:

    .x-navbar .desktop .x-nav > li > a {
        padding-top: 50px;
    }

    Let us know how that goes. Hope this helps – thanks!

    #1068314
    Robin K
    Participant

    Thank you, the last code worked just fine.

    #1068340
    Joao
    Moderator

    Great to hear it.

    Let us know if we can help you with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1066691 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>