Logo next to menu bar
How can I increase the size of the logo on the left of the menu bar as it is far to small http://www.elliotttc.co.uk/
I have check the forum but non of the ccs code I have tried works
How can I increase the size of the logo on the left of the menu bar as it is far to small http://www.elliotttc.co.uk/
I have check the forum but non of the ccs code I have tried works
Comments
to increase logo size, please use below css:
.header-fixed #Top_bar #logo img { max-height: 55px !important; }