How to center align logo?

I know this is probably the easiest thing but i cant wrap my head around it. Im using the following code to resize the logo, but im unable to center align it. Ive tried using padding, display, text-align tags but it isnt working?

[css]

<style>

.header_logo img {

height: 50px;

max-height: 50px;

}

</style>

[/css]

1 reply