browse to the folder; data\skins\SKIN_NAME\panels.
Make a copy of the file called header.xml (this will act as a backup copy incase something goes wrong with the editing). Make sure the file header.xml isn't read-only (right click file - properties - untick readonly).
Open the file called header.xml in notepad, or a webpage editor.
Scroll down until you see this bit of code:
<pre class="ip-ubbcode-code-pre"> <widget class="picture" id="logo" auto_size="all"><layout class="stick_to_sides_attachment" alignment="left" inset="220" /><layout class="stick_to_sides_attachment" alignment="top" inset="8" /><attachment class="get_global_attachment" get_property="scpc" set_property="file" skip_if_null="false"/></widget><widget class="picture" id="logo" auto_size="all"><layout class="stick_to_sides_attachment" alignment="right" inset="220" /><layout class="stick_to_sides_attachment" alignment="top" inset="8" /><attachment class="get_global_attachment" get_property="mnpc" set_property="file" skip_if_null="false"/></widget> </pre>
Should be around the middle of the file.
To adjust the height position of the logo, you are interested in this bit of code:
<pre class="ip-ubbcode-code-pre"> alignment="top" inset="8" </pre>
Typing in a value lower than 8 will raise the logo, bigger values will lower it. The number corresponds to how many pixels from the top of the skin the logo will appear.
The first load of code with the get_property="scpc" bit is the left side logo (competition logo on club screen),
The second load of code with the get_property="mnpc" bit corresponds to the right hand side logo (club logo on club screen).
When saving the file make sure you save it as an xml file (not txt)
|