+ Reply to Thread
Results 1 to 4 of 4

Thread: Align the Page Titles to the Center of the Page

  1. #1
    Join Date
    May 2010
    Posts
    1

    Default Align the Page Titles to the Center of the Page

    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?

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    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.

  3. #3
    Join Date
    Oct 2010
    Posts
    4

    Default

    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

  4. #4
    Join Date
    Feb 2009
    Posts
    605

    Default

    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.

+ Reply to Thread

Similar Threads

  1. Different Sidebar per Page?
    By EWKrause in forum Sidebar
    Replies: 23
    Last Post: 01-06-2011, 08:50 AM
  2. no sidebars on one page
    By nhlibrarian in forum Sidebar
    Replies: 6
    Last Post: 12-11-2009, 06:58 PM
  3. Category page
    By pau.barrena in forum Posts, Pages, Comments
    Replies: 2
    Last Post: 10-19-2009, 04:45 PM
  4. Page with post content instead of page content
    By kaiak808 in forum Posts, Pages, Comments
    Replies: 6
    Last Post: 09-28-2009, 08:59 AM
  5. GREAT 404 page example
    By candyaddict in forum General Discussion
    Replies: 10
    Last Post: 06-15-2008, 10:17 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts