Here is my testing site: http://bluemontinluray.com/
I want to be able to use this logo at full size 300 px wide 200 px high
What custom css do I need to use?
Thank you.
Hey!
Insert following code into the quick css field
.logo img {
height: auto;
width: 300px;
}
If this doesn’t work try:
.logo img {
height: 200px;
width: 300px;
}
Regards,
Peter
This Code does not work for me. I want the same thing.
Used this Code mentioned here:
https://kriesi.at/support/topic/logo-size-enfoldtheme
Works for the logo but now the whole header area reaches into the slider. How can i fix that?
Hi!
You probably need to increase the padding-top value of the main content area. Insert the code into the quick css field and adjust the value
.fixed_header #main {
padding-top: 88px;
}
Regards,
Peter