Hi.. I’m restyling a website and I need to have a big logo (1213×388) on a local test site I use this css snippet and works fine but on this site it doesn’t works, logo is aligned on left.. Ideas..? Thanks
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#header_main>.container {
margin: 0;
}
Thanks Mike.. Solved resizing the logo..:)