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
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
Hey Ismael
thx – unfortunately no effect
best regards Tilman