Hi
Is it possible to overlap the logo over the small top bar that contains the phone number?
Thanks
Anji
Hey AnjiG!
Thank you for using Enfold.
Please try this on Quick CSS:
#header_main {
z-index: 20;
}
.logo {
top: -20px;
}
If this is not what you’re looking, please provide a screenshot.
Regards,
Ismael
Hey!
Can you please post the link to your website? The code Ismael posted should have worked just fine
Cheers!
Yigit
Hi Yigit
I’m sorry about this but the client has now asked if the logo can be moved down so that it overlays the slider on the home page and the headers on the other pages. If so would this affect how it looks on mobiles? Website…t-e-c-systems.com
Thanks
Anji
Hi!
Please change the code to following one
strong.logo {
top: 20px;
}
No, it will not effect mobile logo.
Cheers!
Yigit
Hi Yigit
Thanks…that works!
Anji