Tagged: logo
Hi there – i have uploaded the logo as the exact size your suggested 340x156px. However it shows up half the size and I want it to be bigger. I searched for a support thread and found this code to add to my css (see below) however it’s not working. I would like the logo to be the true size that it is (even larger if I can).
#header_main { padding-bottom: 34px!important; }
#main { padding-top: 123px!important; }
strong.logo { height: 100px!important; }
span.avia-menu-fx { display: none!important; }
Can you please suggest where I target the style to increase the size?
here is the URL http://shortiedesigns.com/acmena/
thanks
further to this – noticed that my logo is really really small in Chrome (latest for mac) and in safari and firefox for mac – it’s a little bigger – help!
Hi!
You can add this on your custom.css or Quick CSS to adjust the height of the header and the logo:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header_main .container, .main_menu ul:first-child > li a{ height:150px; line-height: 150px; }
Adjust the height and the line-height if necessary.
Cheers!
Ismael
awesome – thanks – this worked.