Hi Ale
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media only screen and (max-width: 1024px) {
	.logo img {
	    margin: auto;
	    display: block;
	}
	.logo a {
	    left: 0;
	}
}
Ciaran