[Support request] Primary navigation

Home Forums Support [Support request] Primary navigation

Home Forums Support Primary navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #771325
    jolicoeur

    I have a few questions in regards to the primary navigation menu

    1) How can i get this menu to be always visible ? when i scroll down on my page the menu disappears, i would like the menu to be always visible.

    2) how do I move the primary navigation button to the left or right, i would like to move it more to the left (closer to my logo)

    3) It seems that the content title (in my page) becomes the page name . Can i change this behaviour as my content title is very long ?

    4) Is there any way to make the edges of the menu round ?
    Thank you for the support.

    Regards,
    JC

    #771417
    Leo
    Staff
    Customer Support

    Hi there,

    1) https://docs.generatepress.com/article/sticky-navigation/

    2) Try setting the widths to contained:
    https://docs.generatepress.com/article/header-layout/

    3) That’s the default behavior. What if you change the page name? If not you can disable the content title:
    https://docs.generatepress.com/article/disable-elements-overview/

    Then just add your custom title at the top of the content:
    <h1 class="entry-title" itemprop="headline">My Custom Title</h1>

    4) Try this CSS:

    #site-navigation {
        border-radius: 10px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #771836
    jolicoeur

    Hi Thanks for the support

    1) i tried this however whatver setting i choose, when i scroll down the primary navigation menu is no longer visable on the page.

    2) again i could not get this to work, in the end i remove my logo , but i would preffer to have a logo on my website next to my navigation bar.

    4) this worked only on the right side of the menu, how can i do the left side as well ?

    #772131
    Leo
    Staff
    Customer Support

    2) Perhaps this is the layout you are looking for?
    https://docs.generatepress.com/article/navigation-as-a-header/

    4) Let’s figure out #2 as the code may need to be tweaked depending on which method you go with.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.