This topic has 2 replies, 2 voices, and was last updated 10 years, 7 months ago ago by Eva Kemp
Hi,
Is there a way to alter the auto-sizing of the logo in the header? I’ve tried uploading different sizes and it always sizes it down. Is there a way to override that? Otherwise, my client’s logo is looking really small in the top left.
Credentials are in PC.
Hello,
This can be fixed by editing styles css.You should create custom.css file or rename default.custom.css to custom.css in the theme folder and enable it in the admin panel > Legenda Theme Options > Custom CSS > On.
You can change the width of the logo in custom.css, edit the following block and set the desired value:
.header-type-3 .logo-with-menu { width: 300px;}
.header-type-3 .main-nav .menu {width: 870px;}
Regards
The issue related to '‘Logo Size’' has been successfully resolved, and the topic is now closed for further responses