Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Apple Zen Support Thread
imageriot:
Hi jettrue, thankyou for such a lovely and easily customisable template, with the help of the forum I have almost got my site looking exactly how I want it, the only problem I'm having is centralising #navCatTabs. It currently snaps to the left side of the screen and I cant find a workaround via css, I assume that if I can find the div I can simply add <center> tags like I have done for a few other areas, I just cannot find the div, any ideas?
That div comes centered in my template; however its wrapped in another div that goes all the way across the page. Now, if you want to prevent the color of that outer div going way across the page from left to right, you can change #navCatTabsWrapper's background color to white (or to match whatever your background is).
And not sure if you're concerned about XHTML strict complicance, but if you are, don't use the <center> tags to center anything. Use <div align="center"> or even better, add the tag you want to center to .centeredContent section in the css.
