The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
The class .side_borders is causing the misalignment. The code is:
Code:
/* ***** side borders ***** */ .side_borders { width: 762px; border-left: 2px solid #0e0e0f; border-right: 2px solid #0e0e0f; margin-left: auto; margin-right: auto; } Code:
<div class="side_borders"> Remove the opening and closing <div> tags and your site will be centered. |
#12
|
|||
|
|||
That didn't work... I'm willing to let someone go into the admin panel and fix this for me and like i said I will pay you. Its really driving me nutts.
|
#13
|
||||
|
||||
Hmm. I don't recommend that you offer just anyone access to your Admin CP. Before you consider...
What exactly did you edit out? |
#14
|
|||
|
|||
In side_borders you are setting a width of 762 and declaring auto margins left and right:
Code:
/* ***** side borders ***** */ .side_borders { width: 762px; border-left: 2px solid #0e0e0f; border-right: 2px solid #0e0e0f; margin-left: auto; margin-right: auto; } |
#15
|
|||
|
|||
The site looks really nice.
|
#16
|
|||
|
|||
looks good...i would just get rid of the horizontal scroll.
|
#17
|
|||
|
|||
Thanks fixed it!
What horozontal scroll are you talking about? |
#18
|
||||
|
||||
I'm glad that you got it fixed.
SgtTechHead's fix was better because it left the borders intact. My fix does work because it eliminated the class "side_borders"...The only downside is it's without the borders. |
#19
|
|||
|
|||
OK now that I have all this done, anyone have any suggestions on how a broke guy like me can get members now without paying $$$ in advertising?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|