Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #412365

    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;
    }

    #412609

    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

    • This reply was modified 9 years, 8 months ago by Elliott.
    #412787

    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

    #413059
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.