My website, located at , features a logo that is centered within a compressed header. I achieved the centering effect using the following CSS command:
.html_header_top.html_logo_center .logo {
transform: translate(-63%, -2%);
}
This setup works perfectly in Google Chrome and Internet Explorer. However, when viewing the site in Firefox and scrolling down, the logo appears above the menu.
I have been unable to find a solution specifically for Firefox.
If anyone has any suggestions or solutions, your help would be greatly appreciated!
Thank you in advance.