CODForums moves to xenForo!

Which actually, the 2nd line going down should be moved to the right, and your middle text width changed to fill in that area a bit better.
 
Use this one Carlos:
usersection3.webp

And add this to your EXTRA.css:
Code:
#center_userSection {
    margin-left: 405px !important;
    max-width: 400px !important;
}

Should give you this:
Screenshot_7.webp
 
Also.. your navbar.

Use this:
navbar_bkg.webp

Find this in your EXTRA.CSS
Code:
#QuickSearch {
    margin-right: 158px !important;
}

Remove it.

With all of the changes I have listed, you should have this look now:
Screenshot_8.webp
 
Make that nav bar thing transparent. I can see rough edges.

EDIT: Huh. Why it appears as rough on xenforo, and not when I view the image?
 
Make that nav bar thing transparent. I can see rough edges.

EDIT: Huh. Why it appears as rough on xenforo, and not when I view the image?

I am sure I read brogan saying xenforo (this site) compresses image attachments. I think it is the same issue in the redactor resource I posted.
 
Top Bottom