Decrease Menu Height and Allign Icons
#Top_bar .menu > li > a { padding: 0 !important; }
#Top_bar #logo { padding: 0 !important; }
#Top_bar a#search_button { top: 20px !important;; }
I have an e-commerce and I want to allign the cart icon and the search button icon to the other Header elements. Can you give me the right code?
Comments