Michael Posted February 4, 2011 Report Share Posted February 4, 2011 It seems so simple, yet I have to ask... =) Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted February 4, 2011 Report Share Posted February 4, 2011 What skin are you using? Quote Link to comment Share on other sites More sharing options...
Michael Posted February 4, 2011 Author Report Share Posted February 4, 2011 What skin are you using? The original Crystal Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted February 4, 2011 Moderators Report Share Posted February 4, 2011 I have not looked at that skin for a while just try to all the align="center" to that div the nav sits in. Quote Link to comment Share on other sites More sharing options...
Michael Posted February 4, 2011 Author Report Share Posted February 4, 2011 I have not looked at that skin for a while just try to all the align="center" to that div the nav sits in. I think I have align="center" every div I can find, with no change, haha. Or, at least no change that I wanted. I will double-check later on - I'm staring out the window waiting for UPS to deliver my new computer. =) Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted February 4, 2011 Moderators Report Share Posted February 4, 2011 Yep that maybe so but check the actual line before that the whole nav sits in a center div bit just the url link Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted February 4, 2011 Moderators Report Share Posted February 4, 2011 Try this, <div id="topNav" align="center"> <ul class="nav"> <?php Template::Show('core_navigation.tpl'); ?> </ul> </div> If not take a look in the nav.tpl Quote Link to comment Share on other sites More sharing options...
Michael Posted February 4, 2011 Author Report Share Posted February 4, 2011 I just tried that, right before I switched over to tell you that I've aligned my div's in layout.tpl as well as core_navigation.tpl, with no luck. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted February 4, 2011 Moderators Report Share Posted February 4, 2011 If that didnt work have a look with Firefox, there must be an overriding setting in your css. Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted February 4, 2011 Report Share Posted February 4, 2011 I'm getting ready to split and head to the Moose Lodge for tonight, but when I get home, if you still have not solved it, I will jump on my crystal template and take a look. I once modded that template and had some success doing it. Quote Link to comment Share on other sites More sharing options...
Michael Posted February 5, 2011 Author Report Share Posted February 5, 2011 I'm getting ready to split and head to the Moose Lodge for tonight, but when I get home, if you still have not solved it, I will jump on my crystal template and take a look. I once modded that template and had some success doing it. I'm going to focus on this tomorrow and let you know how things end up. Just got a new computer in the mail - first one I've had that will take FSX =) And as you could imagine, I'm not messin' with Dreamweaver right now... Quote Link to comment Share on other sites More sharing options...
Michael Posted February 6, 2011 Author Report Share Posted February 6, 2011 I do a bit of "winging it" when it comes to web design. I can look at something, see what it does, and usually get it to do what I want it to do. However, I'm not as familiar with CSS as I thought I was. Is there something in the styles.css file for Crystal that is possibly holding it on the left side? I have aligned and realigned my div's, and even threw in some extra div's for fun, but nothing is happening, and I'm just so confused. Quote Link to comment Share on other sites More sharing options...
Michael Posted February 6, 2011 Author Report Share Posted February 6, 2011 SOLVED! In styles.css, I removed all of the following associated with #topNav and .nav: float: left; On line 28 (#topNav ul li), I have: #topNav ul li { height: 37px; padding: 0px; font: bold 10px/37px; display: inline-block; /* For IE 7 */ zoom: 1; *display: inline;} And it's perfectly aligned to the center. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.