hello,
i like to achieve this effect with enfold. but don’t know how.
The logo in the header should overlapse. i think it’s done with position:absolute – but i didn’t get it to work. Thx 4 help!
Hi kopf-und-stift!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hey!
Please try the following in Quick CSS under Enfold–>General Styling:
div .logo {
bottom: -20px !important;
}
Regards,
Rikard
hey thank you! but i also want to “make the logo bigger” ;)
but i got it now with this code:
div .logo {
bottom: 7px !important;
max-height: 102px;
}
.logo, .logo a {
overflow: inherit;
}
.logo img {
width: 102px;
max-height: 108px !important;
}
THX!