Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1026117

    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

    #1027388

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.