Hello There,
FluentCommunity typically recommends a Site Logo dimension of 480 x 120 with a 4:1 Aspect Ratio to ensure visual consistency. However, since the default dimensions do not perfectly align with your design vision, you can leverage the Custom CSS option into the platform. By navigating to the Customization Settings and selecting the Custom CSS/JS tab, as shown in the screenshot at : https://prnt.sc/H8V8XtxLEchU, you can override the default styling.
To adjust the size to your exact requirements, please apply the following CSS Snippet within that setting. You can modify the values to match your preference:
.fcom_top_menu .fhr_logo a img {
max-height: 50px !important;
width: a`uto;
}
Thank you for your patience and understanding!