Hi support team,
i use enfold with hotel demo and have the problem that the transparent logo is of center, somehow there is a padding on the right which pushes it to left. And everything i try interferes with animation or position with non-transparent logo.
Can you check it please?
Best regards, Max
Hey buero-36,
Thank you for using Enfold.
Use this css code to center align the alternate logo.
.av_header_transparency .logo img.alternate {
opacity: 1;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
Best regards,
Ismael