I am having troubles Centering the logo and it staying centered in the page while i change my Browser size.
It is also not centered on mobile devices . It looks good on a full size desktop screen though .
Below is the code i used to center the Logo .
h1.logo {
left: 50%!important;
margin-left: -175px!important;
}
. I also want to drop the menu under the logo and i want both to be centered . But im not sure where to start there.
The website is Wickedbroom.com
Thanks in Advanced .














