Time for action—Replacing the home page logo
Normally, it will be easier to edit the home page logo from the back office rather than editing the files on the server.
If it is not possible to perform the required changes through the back office, we can perform the following steps:
Go to the
modules
folder:/modules/editorial/
.You will have to delete the
homepage_logo.jpg
file and then upload the new home page logo using the same name.However, if you would like to add a file of another format, you will need to change the name of the file to the filename you used, for example,
new_homepage_logo.gif
.Keep in mind that the center column width is 556 px. If you use a wider image, it will need more adjustment in your other elements.
The section you need to edit in the
global.css
file is/* global layout */
.#center_column { width: 556px; margin: 0 0 30px 0 }