Banner (header) question

x4rl

Well-known member
Ok so i was on my mates wordpress and his banner cant be dragged (Saved/Saved as) can we do that with are banners on xenforo?
 
You could always apply it as a background image to the #header .pageWidth .pageContent css class.
I haven't tried that though so not sure how it will look.
 
Did you try #header .pageWidth .pageContent ?
Oh you must of edited that in i didnt see that when i first read your post cheers. the only think i can find is this
Code:
{xen:helper clearfix, '#header .pageWidth .pageContent'}
Is this still css with the xen: wrap?
Thanks

edit done it thanks
added

Code:
background:#000000 url('styles/mai/header.jpg') no-repeat top;

in#header
thanks
 
Ok before i scream :D if someone could help me out with a small problem i will *bow* to you.

I have two classes
#top_extras {
#titles {

i need these to be center all the time in the header on my site it was fine on my small monitor
small.webp
than i moved to my main pc (bigger screen) and ><
big.webp
 
the logo block is class logoBlock
the header is unique, and has the id of header #header

The #header, will span 100%

Code:
#header {
	background-image: url('http://cdn.xenfans.com/valentines/bgh.png');
	background-position: top left;
	background-repeat: repeat-x;
}

That's what I use on the Valentines theme to get the repeating header's background to show.
 
the logo block is class logoBlock
the header is unique, and has the id of header #header

The #header, will span 100%

Code:
#header {
	background-image: url('http://cdn.xenfans.com/valentines/bgh.png');
	background-position: top left;
	background-repeat: repeat-x;
}

That's what I use on the Valentines theme to get the repeating header's background to show.

Aye but am after them Not span'ing 100% so my two div classes dont move like the small image above
 
Top Bottom