Hey, I’ve centred my logo with nav items each side as per another thread on this forum so thank you for that.
I now want the logo to overlap the header bar so that it sits a lot bigger than the header bar itself like below:
Our website is:
Morning Sunshine
https://kriesi.at/documentation/enfold/logo/#overlap-logo-and-page-content
it would be easier to style it if your logo hasn’t so much transparency left right.
try:
#top .logo,
#top .logo a{
overflow: visible;
}
.logo img {
height: 160%;
max-height: 145px !important;
max-width: 300px !important;
}
for smaller screens it might be good to have media-querrie instructions.
maybe a littel drop-shadow would be nice on logo img:
.logo img {
height: 160%;
max-height: 145px !important;
max-width: 300px !important;
-webkit-filter: drop-shadow(1px 1px 1px #666);
filter: drop-shadow(1px 1px 1px #666);
}
Hi,
Thanks for helping out @guenni007, did you try that out and did you have any luck with it @undervised?
Best regards,
Rikard