Good afternoon, how are you? I have a question. Is there a way to make the logo kind of float over the menu. If you look at this dev site please, is there a way to make the paddle hang over into the menu?
Thank you in advance for your help.
Sylvia
Here is the link in the private area. Did not show up in the main area.
Hi,
Add this to quick css:
.container.av-logo-container{
top:50px!important;
z-index:9999!important;
}
Best regards,
Jordan Shannon