Tagged: secondary menu
-
AuthorPosts
-
December 12, 2016 at 2:37 pm #723128
I was wondering if it is possible to have the secondary menu displayed in the same area/container as the main/primary menu instead of in the bar directly above the main/primary menu? I need the secondary menu to be displayed above the main/primary menu, but I would like the logo area to span the height of both menus. With the secondary menu in the top bar area, it is displayed slightly above the logo. If anything isn’t clear, just let me know. Thanks!
December 12, 2016 at 2:50 pm #723135Hey NicomIT!
Can you please post the link to your website and a screenshot showing the changes you would like to make?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereCheers!
YigitDecember 12, 2016 at 3:20 pm #723165Sure thing, below is the URL. You can see the secondary menu I have now with a border around it. I also included a link to a mock-up showing how we would like to position the secondary menu.
- This reply was modified 8 years ago by NicomIT.
December 13, 2016 at 10:07 pm #724002Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header_main > .container .main_menu ul:first-child > li > a { height: 30px; line-height: 30px; position: relative; top: 75px; } #header_meta .container { top: 30px; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitDecember 14, 2016 at 3:57 pm #724331Thanks Yigit. That worked great. Just one thing, is there a way to remove the space created by the top bar the secondary menu normally would be positioned in that is directly above the logo and main menu? The CSS you provided moved the secondary menu where I need it, but there is a gap above all three of the elements in the header where the secondary menu and additional contact info would normally be displayed.
I can’t set #header_meta .container to display: none, because the secondary menu is still technically in that div and it also disappears when I do that.
December 16, 2016 at 5:16 am #725148Hi!
Please add this css code.
#header_meta .container, #header_meta { min-height: 0; height: 0; }
I tried to access the private page but the password is not working.
Best regards,
IsmaelDecember 16, 2016 at 3:37 pm #725376Thanks Ismael. That helped. However, I still have a gap at the top of the header that I can’t seem to get rid of. Also, whenever I try to add some custom CSS to style the secondary menu, a duplicate of it shows up at the top of the page above the logo. You should be able to see that on the website now. Sorry about the password, that should work now.
December 20, 2016 at 5:26 pm #726680Hi,
I can’t see any gap in your header. Can you provide us a screenshot showing the issue please? use imgur.com or dropbox.
Go to Enfold->Header->Extra Elements->Header Secondary Menu
and choose “No secondary Menu”.Best regards,
AndyDecember 20, 2016 at 7:23 pm #726731Sure thing. Here’s a screenshot showing the duplicate menu that is showing up:
http://www.nicominteractive.com/temp/HPA-Header.jpg
I placed a green outline around the entire area that is displaying. The duplicate menu is on the left side and is hard to see because of the dark text.
This is what I’m trying to make the header look like:
http://www.nicominteractive.com/temp/HPA-Homepage.jpg
- This reply was modified 8 years ago by NicomIT.
December 22, 2016 at 3:54 pm #727560Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyDecember 22, 2016 at 6:22 pm #727606The info requested is below and yes, you can disable plugins if needed.
December 23, 2016 at 9:23 pm #728056Hi,
remove this part using this code inside Quick CSS field:
.top-links-social { display: none; }
Best regards,
AndyJanuary 3, 2017 at 4:39 pm #729053Thanks Andy. That did the trick.
January 4, 2017 at 4:09 pm #729479Hi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Andy -
AuthorPosts
- The topic ‘Position of Secondary Menu’ is closed to new replies.