Best XenForo Site Evar?! 8WAYRUN.COM

I have increased the size of my header... I would like to hear your opinion of it please.

How much did you increase the height? 5px or thereabouts? Personally I wouldn't have the under lining text clash with the tabs so possibly increase the height by 15-20px leaving space and no clashing of text/imagery under the tabs for a cleaner look. You could, and I would just decrease the size of the logo (Imagery/text) if you don't want to drastically increase the height.
 
Too blue. Not a fan of the node icons could do with a design that reflects what the site is about. Good chance to break out the over powering blue imo.
 

Yeah that looks alot better. Nice.

Something that may not bother you but look underneath the categorystrips and you'll notice a blue bottom-border which I've always found odd being there you might wany (or not) removing that.

Code:
.nodeList .categoryStrip {
    border-bottom: 1px solid #2D89BC;}

Edit: Looks like the sub headings have it also. Not sure whether russ did this by

Code:
.subHeading {
    border-bottom: 1px solid #2D89BC;
 
Yeah that looks alot better. Nice.

Something that may not bother you but look underneath the categorystrips and you'll notice a blue bottom-border which I've always found odd being there you might wany (or not) removing that.

Code:
.nodeList .categoryStrip {
    border-bottom: 1px solid #2D89BC;}

Edit: Looks like the sub headings have it also. Not sure whether russ did this by

Code:
.subHeading {
    border-bottom: 1px solid #2D89BC;
I think its great... in fact, I think it should be increased to 4px in ALL places (to be consistent with the blue bars in the rest of the skin).
 
I like the way the image zoom out as you hover over them. You should do this with the videos on your side bar too, since this is where it's hard to see the detail and know exactly what the movie is "about"
 
Hey Jaxel looking good, logo is slightly off not sure if you have it as is, but this in extra.css should move it up a tiny bit:

Code:
#logo {
    line-height: 123px;
}
 
Hey Jaxel looking good, logo is slightly off not sure if you have it as is, but this in extra.css should move it up a tiny bit:

Code:
#logo {
    line-height: 123px;
}
Doesn't look off to me, can you take a screenshot? What browser? I did have to mess with the CSS a TON to get it to fit with my header mod.
 
FF 16.0.1 Win 7 :

JmQi3pl.png
 
Back
Top Bottom