Menu and action menu

Hi
How can I change the height of Header and action bar.

Header is a clasic-Minimalist style.
I want a header high 65px and  action bar 35px



image

Comments

  • Hi,

    to decrease height of these elements, please use below css:
    #Top_bar .menu > li > a { padding: 0 !important; }
    #Top_bar #logo { padding: 0 !important; }
    #Top_bar a#header_cart { top: 20px !important; }
    #Top_bar .top_bar_right { height: 60px !important; }
    .header-classic #Action_bar .contact_details li, .header-classic #Action_bar .social, .header-classic #Action_bar .social-menu { padding: 5px 0 !important; }
Sign In or Register to comment.