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.