PDA

View Full Version : Centered navbits?


Wifey
06-26-2006, 12:51 PM
I have NO clue why they're centered! They are in all themes but one and I dunno how he heck that one theme doesn't have them centered on the main page.

Any idea? There is no "center" code in my navbar...

Wifey
06-27-2006, 10:04 PM
Bueller, Bueller...

I know the boards were down but any help is appreciated in a big way.

peterska2
06-27-2006, 10:28 PM
Do you have a link to your site then we can see?

Wifey
06-28-2006, 12:11 AM
My site (www.degrassi-boards.com) :)

Sorry, haha. I thought I linked to it in my profile :)

Guest210212002
06-28-2006, 12:14 AM
Check in "Extra CSS Attributes" in style manager for that style. You open with div class="navbar", so at a quick glance, that class might be set to center.

ACP -> Style Manager -> All Style Options -> Navbar Text.

Edit:

I also see a ton of <center> tags up top, near:


<!-- logo -->
<a name="top"></a>
<center>
<!-- logo and buttons -->
<center>


That don't appear to be closed either.

Wifey
06-28-2006, 12:29 AM
Oo rock on. Now, however, it lessened the size of my navbar -- what would handle that?

Guest210212002
06-28-2006, 12:38 AM
Edit: Disregard, first guess won't do it. Taking a look right now.

Got it, it's here:


<!-- content table -->
<!-- open content container -->

<div align="center">
<div class="page" style="width:100%; text-align:left">
<div style="padding:0px 25px 0px 25px">

This line is what's doing it, I believe:
<div style="padding:0px 25px 0px 25px">

Try commenting it out, like this:



<!-- <div style="padding:0px 25px 0px 25px"> -->

Wifey
06-28-2006, 08:51 PM
Thanks :)