I'm not sure exactly what you mean but why don't you look at the CSS of the sample site you mentioned?
Again we recommend you use Firebug and learn it.
Hi,
I am working on a site and I want the page titles in the navbar to be aligned to center.
The site I am working on is: samsalesman.com
Sample site is: kohayoga.org
Anybody know how to do that?
I'm not sure exactly what you mean but why don't you look at the CSS of the sample site you mentioned?
Again we recommend you use Firebug and learn it.
I think "nailyener" is talking about centering all the links (Front Page, etc., etc.) in the top nav bar instead of the current alignment to left. I would like to know how to center those links too please.
Thanks
Steve
Looks like he already did it.
There are CSS tutorials you can check out since this isn't really a Cutline issue. The basic idea is to use position:relative to push the <ul> element to the right by 50% (left:50%), and then push back the <li> elements back to the left another 50% (right:50%). The easier way is to use text-align: center and then make sure the <li> elements are display:inline.
Bookmarks