Hi
I wish to put a tall logo that overhangs the the header section. I found a post on the same subject, but the CSS suggested doesn’t work for me.
The form post was https://kriesi.at/support/topic/need-tall-logo-on-top/ and the effect I am looking for is similar to the website mentioned in the post.
Site I am working on listed below.
Please advise
Kind regards
Duncan
Hey dweddell!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo {
top: 15px;
}
Your logo currently has a white background. Please edit your logo image and make background transparent
Cheers!
Yigit
Hi Yigit
Thanks, but how do I get the image to display full size 340 by 340 px? with the majority covering image below?
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.logo a img {
max-height: 340px !important;
}
Thanks,
Rikard
perfect….many thanks…