Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1490323

    Hi,

    Thank you for the inquiry.

    Dear TEam,
    you helped my just a minute ago to increase the header logo size

    Try to add this css code to increase the size of the logo image – see below. – thats fine

    But how to force the logo to be centered? I’ve chosen this option, but it keeps left-aligned

    Best regards
    Tilman
    ________________________________
    .html_header_top.html_logo_center .logo {
    left: 0;
    transform: none;
    }
    Result:

    Screenshot-2025-10-17-at-12-33-48-PM

    Best regards,
    Ismael

    #1490324

    Hey!

    Thank you for the update.

    Try to remove the previous css code, then replace it with this css rule.

    .html_header_top.html_logo_center .logo {
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
    }
    
    html_header_top.html_logo_center .logo img, html_header_top.html_logo_center .logo svg {
        margin: 0 auto;
    }

    Let us know the result.

    Regards,
    Ismael

    #1490325

    Hey Ismael
    thx – unfortunately no effect

    best regards Tilman

    #1490373

    Hi,
    Try adding this css:

    .html_header_top.html_logo_center .logo img {
        left: 50%;
        transform: translate(-50%, 0);
    }
    

    After applying it, clear your browser cache & check.

    Best regards,
    Mike

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