Imported header, skin broken.

sydneyh

Member
Hello and thanks for reading this!

I just uploaded my custom header ( 1370x272 Pixels ).
I did this in the following order: I changed the settings from my Header to the resolution above.
I Uploaded the Logo.png into my FTP.
After a couple of min the logo showed up, but no as I hoped it would.

My skin is totally fked up now ;(
Could anyone help me how to fix this issue?
I'm a beginner so I would like some beginner advise.
website: www.toastcraft.net
Take a look at the website above and you will see what I mean!
I'm not sure if the skin has something to do with it ( Octane )

Thanks in advance.

Kind regards,

Sydney
 
Okay, try this:

In Style Properties, change the logo image to styles/default/xenforo/clear.png, but leave the height alone. Then add this to EXTRA.css:

Code:
#logoBlock {
    background-image: url('styles/octane/xenique/logo.png');
    background-position: center;
    background-repeat: no-repeat;
}
 
So am I correct that you want me to change this : http://puu.sh/2VkhF.png ?
Sorry im pretty new to this, i don't want to mess stuff up ^^
That is correct :)

This method does have one disadvantage: your logo won't be linked to the forum index anymore. If that's a major problem, we'll have to figure out a better way to do this. This makes the logo not cause a horizontal scrollbar, however, and I'd personally accept this tradeoff. Let me know if it's a problem :)
 
Top Bottom