Hi,
I'm trying to centralise the header logo in Zencart v1.3.7, I've tried following instructions from previous posts but nothing seems to work.
At the moment my line in my template stylesheet reads as follows
#logo {float: left; position: absolute; top: 15px; left: 15px;}
I've tried changing it to #logo {text-align: center; margin: 0 auto;} but it still aligns to the left.
Any help would be great,
Thanks


Reply With Quote
I've also added to the {margin:0;} this bit of extra code to centralise it in the up and down axis {margin: 1% 0;} I don't know if this is the correct way or not to centralise it up and down but if it's not please let me know.

