ViArt - PHP Shopping Cart
Select your currency:
American DollarBritish Pound
How to center the logo and move it above menu
You need to open your CSS file and find there such line:

.HeaderLogo {float: left;}

And change it to this one:

.HeaderLogo {text-align: center;}

Then save the changes.

ViArt - PHP Shopping Cart