I have a problem with the CSS for the logo. I want my logo to be in the middle horizontaly every time but my logo isnt aligned with the centered image in the backgroundand, the logo isnt right in the middle of the browser .With my css code the logo isnt in the center horizontally. I have no idea where is the problem. My CSS is:
#logo { display:inline-block; margin:10px auto 0 auto; }
#logo img {max-width:330.5%; }
#logo a{ display: block; margin-left: 0%; margin-right: 0%;}
Pls tell me how to center a logo right in the middle with a CSS code