Results 1 to 5 of 5

Thread: centering top nav

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default centering top nav

    Here is the page http://www.theremotedoctor.co.uk/index.html

    I am trying to center the header options "Home page, How to use this site" etc etc withing the border it lives in.
    The original look was positioned to the right with float.
    Ive removed the float and replaced it with the code below.
    Code:
    padding:5px 0px 0px 0px;
    The reason for doing this was because the ipad would show the header options on 2 lines & i would like then on 1 line.
    Now having all of the on 1 line i just need to center them to the border.
    Code:
    text-align:center;
    did not work for me.
    Last edited by theremotedr; 02-24-2016 at 07:50 AM.

  2. #2
    Join Date
    Nov 2014
    Location
    On A Scottish Island
    Posts
    488
    Thanks
    0
    Thanked 62 Times in 58 Posts

    Default

    try:

    Code:
    margin: 0 auto;

  3. #3
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi,
    Have you tried that out in Firebig F12 etc ?
    I thought I tried that but no luck.
    Will look again tomorrow.

    Cheers.

  4. #4
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi,
    Yes i did try that code but no change.

    Code:
    margin: 0 auto;
    Did it change for you when in F12

  5. #5
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    All sorted now.

    Changing the following allowed it to center
    Code:
    #menu-main-navigation{display:block; TO  #menu-main-navigation{display:inline-block;}}

Similar Threads

  1. css not centering
    By Yammaski in forum CSS
    Replies: 1
    Last Post: 12-11-2011, 07:14 PM
  2. Centering Nav. Bar.
    By Ron D in forum HTML
    Replies: 2
    Last Post: 02-01-2011, 03:06 AM
  3. Please help me with centering
    By nycguurl in forum CSS
    Replies: 4
    Last Post: 06-30-2009, 07:16 PM
  4. centering css nav bar
    By nolanbuc in forum CSS
    Replies: 5
    Last Post: 07-02-2008, 11:06 AM
  5. Not centering...
    By alexjewell in forum CSS
    Replies: 2
    Last Post: 08-13-2007, 04:02 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
  •