Site logo

Archived topic

Primary navigation

3 replies · Started by jolicoeur on January 2, 2019

Viewing posts 1–4 of 4

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

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/

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 ?

This archived topic is closed to new replies.