Header too small for logo, increase size of header. Logo must stay at same size.
What would be the CSS code to edit the height of the header/menu? I need the logo to stay the same size on desktop view.
http://www.dellstvservice.com/
Using classic header and insurance demo. I tried searching but search results kept giving me people wanting to resize logo.
#top_bar?
http://www.dellstvservice.com/
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:
I have the same problem. My logo is currently too small (http://spedycja.insoftconsulting.pl/). 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.