Hi there,
I’m trying to create a menu exactly the same as the one you show here: http://kriesi.at/themedemo/?theme=enfold under your ‘Pages’ tab. The area I am having trouble with on my own site (link attached below) is where my ‘Learning’ Menu item is listed there are two problems:
1. I don’t want the main headings to be a link – but how do I keep these as large headings
2. The width of the menu is not wide enough for the topics
Thanks in advance.
Hey Robyone925!
Thank you for using Enfold.
1.) Use custom links as the headings and set the url to # (hashtag).
2.) Try to increase the column width with this:
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
width: 200px;
}
And the mega menu position with this:
.avia_mega_div.avia_mega6 {
right: -600px !important;
}
Cheers!
Ismael
Thank you very much for your super prompt reply.
Could you please provide more detail on your first answer? (1. Use custom links as the headings). Where and how do I set the custom links?
Thanks again.
Hi!
Please go to Appearance > Menus and add your menu item as a new link with # for URL so it will not be clickable http://i.imgur.com/9I3QF9j.jpg
Cheers!
Yigit