Header too small for logo, increase size of header. Logo must stay at same size.
[Links visible only for registered users]
Using classic header and insurance demo. I tried searching but search results kept giving me people wanting to resize logo.
#top_bar?
Comments
to do that, you can play with below css:
#Top_bar .menu > li { padding: 30px 0; }#Top_bar .menu > li a:after { display: none; }
#Top_bar #logo { height: 100px; }
I have the same problem. My logo is currently too small ([Links visible only for registered users]). I have pasted the code you shared in Appearance>BeTheme Options>Layout>Custom CSS. Nothing has changed. I will be gratefull for any help.
#Top_bar .menu > li { padding: 10px 0; }
#Top_bar .menu > li a:after { display: none; }
#Top_bar #logo { height: 83px; width: 225px}
There's one more thing. When I scroll down the page, the logo gets vertically compressed. Shoud I add some more lines of code to CSS?
P.S. We work everyday day but in special days like "Christmas Eve" we work a little less for obvious reasons.
As you can see, the width stays the same, so it is not properly scaled.