Quote:
Originally Posted by CrashPush
First off, great skin and nice job.
Can you optimize this skin to work better with vbadvanced? It works fine but still needs a lot of tweaking to really work correctly.
This is the only thing holding me back from using this skin.
Best,
CrashPush
|
It's a simple fix, really. Under your vBadvanced templates, edit "adv_portal."
Find this line:
Code:
$navbar
<table align="center" cellspacing="0" cellpadding="0" width="100%">
Add a "content" class to the table. See the bolded part, below.
Code:
$navbar
<table align="center" class="content" cellspacing="0" cellpadding="0" width="100%">
Quote:
Originally Posted by cobaltcoupe
How do I change the buttons to the same as my forums on my homepage which is vbadvanced. I want them to look all classy like they do in the forums page but they are just plain text for now.
Here is my page ... Check it out and let me know what you think the problem is.
www.cobaltcoupe.net
|
Make sure you update your Main CSS with absolute URLs since vBadvanced and your forum are in two separate directories. So instead of aero/misc/nav.gif, it would be
http://yourdomain.com/forums/aero/misc/nav.gif