Print this pagePrint this page

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.