View Full Version : Matching Themes
arshem
08-02-2007, 07:59 PM
Hi everyone, i'm needing to implement my design from my regular site and match it with vbulletin's skin.
heres my site: http://www.indianaparents.net/?theme=something
here's my forum: http://www.indianaparents.net/forums/
Any ideas?
notice how the menus on the side are messed up? I'm trying to figure out how to make the MAIN forums area match the width of the header and make the side menus stick to the side of the main forums.
MaestroX
08-02-2007, 08:04 PM
Seems like you haven't closed a table.
In your Fourmhome template find:
<!-- / icons and login code -->
Add above:
</table>
That fixed the forum home
arshem
08-02-2007, 08:06 PM
I tried that and it made everything itty bitty
MaestroX
08-02-2007, 08:14 PM
Hmm it worked when I tried it. Just make sure you have a container for your content below your nav bar.
If in doubt make the table setup again and rework your style.
arshem
08-04-2007, 02:00 AM
okay its finally getting there, but i can't figure out how to make the background to match AND to have the forum's background(the actual forum's background). Do i need to change up ALL templates or is there one that will work?
MaestroX
08-04-2007, 08:19 AM
In your spaceropen template you have somthing like this:
<div align="center">
<div class="page" style="width:95%; text-align:left">
<div style="padding:0px 25px 0px 25px">
Change it to this:
<div align="center" class="page">
<div class="page" style="width:95%; text-align:left">
<div style="padding:0px 25px 0px 25px">
That should do it
arshem
08-04-2007, 11:39 AM
Very cool, thanks mate i really appreciate it. That fixed the issue!
okay one more thing!
how do i change the WYSIWYG width?
MaestroX
08-05-2007, 04:09 PM
By default its quite difficult to chang the width of the WYSIWYG editor as its hard coded. But with some work you can edit it. Look for this line in your templates:
<div align="left" style="max-width: 640px; width: auto ! important;">
Hope this helps
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.