12.08.2011

Calling All Blog Wizards...

Technical Question...

Can anyone, for the love of God, tell me how to align my tabs to the center (right below my header)?????

Pretty sure I tried to figure this out for a few hours before retreating to a couple glasses of wine and one too many frozen mini pizzas. Oh the horror!

Any tips would be very appreciated. Thanks :)

9 comments:

  1. These blogger templates can be kind of whacky. Is that in the template itself or an added widget? I guess the easiest way would be to view the template's CSS probably looking for where the developer calls out the tabs and look for 'ul {' part of that and adjust the margins. Do the new blogger templates still let you in that far? FWIW, the tabs look good to the left.

    ReplyDelete
  2. I might give up and leave them on the left :)

    They do let you into the HTML code section. It's a pain though! I wish I was as web site savvy as you!

    ReplyDelete
  3. Mine is really annoying too, I settled for creating enough to fill up the space!

    ReplyDelete
  4. try pasting this in the CSS section of your template designer (under advanced)

    #LinkList2 {text-align:center !important;}
    #LinkList2 li {display:inline !important; float:none !important;}

    (thanks google!)

    if it doesn't work...

    sorry bout it!

    ReplyDelete
  5. didn't work, but that's ok. I think I give up :) haha.

    ReplyDelete
  6. oh send me your header file, I think I can do it ;)

    ReplyDelete
  7. I decided to just keep it to the left. ha.

    ReplyDelete