Viewing 9 posts - 1 through 9 (of 9 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

    #1490389

    Hi MIke,
    this CSS is already in there – but it stay left:

    .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;
    }

    best regards Tilman

    #1490390

    Hi,

    The complete css code should look like:

    .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;
    }
    
    .html_header_top.html_logo_center .logo img {
        left: 50%;
        transform: translate(-50%, 0);
    }

    Please review the modification.

    Screenshot-2025-10-20-at-2-23-28-PM

    Best regards,
    Ismael

    #1490392

    now :-)

    thx a lot & best regards

    Tilman

    #1490393

    PS : check your logo – i guess it is “Nutzfahrzeuge”

    #1490395

    @guenni: stimmt, danke :-)

    @team: topic can can be closed

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘header logo not centered’ is closed to new replies.