Currently working on a website and facing an issue with the header resizing incorrectly on mobile devices. The header shifts to the right instead of staying centered above the navigation like it does on desktop screens. Below is the code snippet being used:
#branding .header_logo .tb-image-logo img {
display:block;
margin-bottom:-15px;
margin-left:-15px;
margin-top:-30px;
max-width:990px;!important}
I would greatly appreciate any insights or suggestions on how to resolve this issue. Thank you in advance.