-
AuthorPosts
-
July 6, 2021 at 9:48 am #1308899
I am looking to have a different navigation for 1 page only, so my questions are.
1- How to have a completely different navigation menu for 1 page.
2- I need the logo in the center and the navigation right and left from the logo. How?Thanks.
July 7, 2021 at 9:15 am #1309057Hey peterolle,
Thank you for the inquiry.
1.) You can use a plugin to control the visibility of the menu or the items within it.
// https://wordpress.org/plugins/menu-items-visibility-control/
// https://wordpress.org/plugins/zen-menu-logic/2.) You can find the “center logo, split menu” and more header layout options in the documentation.
// https://kriesi.at/documentation/enfold/header/#header-widget-position
Split menu: https://kriesi.at/documentation/enfold/menu/#toggle-id-145
Best regards,
IsmaelJuly 8, 2021 at 12:14 pm #1309246Thank you for this Ismael.
Is there a way to fix the middle logo and navigation menu centered?
The logo is at 50% with is correct. The problem comes when the navigation items have different length. For example:
Home | Blog | Logo Here | Latest News | Get in Touch
As latest news and get in touch are double in length than blog and home, it will never centers.
How to fix it?
Thanks.
July 12, 2021 at 4:04 am #1309640Hi,
Thank you the update.
Have you tried adjusting this part of the css code?
/*In the below code nth-child(x) the value of x should be half the number of total menu items*/ #top #header .av-main-nav li:nth-child(3) { /* Adjust the width of the logo */ margin-right:150px; }
And you might have adjust the name of the menu items a bit and make sure that all of them have almost the same length.
Best regards,
IsmaelJuly 12, 2021 at 2:12 pm #1309783I did, but found problems when the search icon is shown and when the nav items are larger than the others, so I was trying to find how to have the logo entered at 50% no matter what and then have all nav items distributed correctly.
I ended up hiding the search icon and leaving 4 nav items instead of 5. That way it centered fine.
Thanks.
July 12, 2021 at 5:25 pm #1309833Hi,
Did you need additional help on this topic then or shall we close?
Best regards,
Jordan ShannonJuly 13, 2021 at 9:49 am #1309899Please close it, thank you.
July 13, 2021 at 5:13 pm #1309995Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Different navigation for a page.’ is closed to new replies.