Hi, I am a complete novice and found some code suggestions to put in the quick CSS to adjust the logo size but it is not working for me. I want to make the logo smaller than the standard 340px * 156px. I put in:
.logo img {
height: 100px;
width: 100px;
}
and it did nothing. I also tried:
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 100px; line-height: 100px; }
and nothing happened. I would also like to be able to add some text directly beneath the logo.
Hey sdoebel!
can u please show us, what do you see, because after loading the web site I can notice a really big scretched logo.
Thanks a lot for your helping us out, define your problem
Cheers!
Basilis
Yes, the logo is big and I want it to be much smaller but adding the quick code doesn’t help. Can you help? Thanks!
Hi can you please help?
Hey!
Please try the below code in Quick CSS
.html_header_sidebar .logo {
max-width: 200px;
}
Cheers!
Vinay
Thanks, it worked!
Hi!
Glad we could help :)
Best regards,
Vinay