Hi:
I just want to ask 2 Questions;
1.I checked the forums but I could not be sure regarding answer if I can align the below attached logo to more left or it is the left-most position possible???
Also this did not work
#Top_bar .logo { float: left !important; }
2. How can i adjust the menu height? I would like to reduce the height of my menu
Thanks
Comments
1. If you will send us url to your website then we`ll be able to have a look on it.
2. We also need url.
1. To remove left padding for logo please use below css:
.header-stack #Top_bar .logo { padding: 0 !important; }2. This can be done with below css:#Top_bar .menu > li > a span:not(.description) { line-height: 40px; }If any values does not fit to your needs, then of course you can play with own values..header-stack #Top_bar .top_bar_right { bottom: -30px; }