Hello,
I had this fixed and now can’t find the right code.
Two things are needed.
1) Align the right hand edge of the full-width submenu with the right hand edge of the main menu as seen on the page linked in the private content box.
2) Colors and fonts need to match in both.
3) I don’t know if this is possible or not, but would love to have a highlighted color stay on for “Our Services” on the main menu when the pages below it in the hierarchy are selected.
Hey hobie690,
Thank you for using Enfold.
1.) Please use the following css code to adjust the alignment of the full width sub menu.
#top .av-submenu-container .container {
padding: 0 50px !important;
}
2.) Adjust the color with this code.
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
background-color: #ffffff;
color: #383838;
}
3.) I’m sorry but that’s not possible because the fullwidth sub menu element doesn’t recognize page hierarchy.
Best regards,
Ismael
Thank you!!