This code in functions-enfold.php makes all submenu links 70px height!
$html .= ” #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li a,”;
$html .= ” #top #header_main #menu-item-shop .cart_dropdown_link{ height:{$size}px; line-height: {$size}px; }\n”;
#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li a, #top #header_main #menu-item-shop .cart_dropdown_link {
height: 70px;
line-height: 70px;
}
Hi maratino!
Are you talking about line 970? That is for the custom size you set for the header in Dashboard > Enfold > Header. Can you send us a link to your page so we can get an idea of what’s going on?
Regards,
Elliott
Hi Elliot,
yes, it’s in function avia_header_html_custom_height(). I deleted this now.
“#top #header_main > .container .main_menu ul:first-child > li a” is styling my first-level submenu link with 70px height.
Here is a screenshot: https://db.tt/MkjTiAON
Hey!
Please refer to my post here – https://kriesi.at/support/topic/menu-items-issue-after-update-to-version-3-1/#post-412421
Cheers!
Yigit