Problem With Wordpress Theme Layout

Discussion in 'CSS' started by PhillTheChill, May 28, 2009.

  1. #1
    I am using the (http://www.one-theme.com/themes/)1Theme Default version "theme framework" on my blog at http://servinghomeserver.com and require help with the following:

    1) My tags are going off the side of the content column.

    [​IMG]

    As you can see after "Home" the words "Machine" and "MediaSmart" are off the edge of the column. Is there any way to make them go to a second line underneath.

    You can see this at the bottom of this post at (http://servinghomeserver.com/2009/05/amazon-s3-and-time-machine-backup-next-week-for-first-gen-mediasmart/) under the "Tags" tab.

    2) Clicking the Valid XHTML link under Meta produces 9 errors which need correcting.

    3) The W3C CSS Validation Service at (http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fservinghomeserver.com&profile=css21&usermedium=all&warning=1&lang=en) is also displaying errors which I would like to know how to correct.

    As I need this doing ASAP, I am prepared to give $10 to the first person who can correct these problems.
     
    PhillTheChill, May 28, 2009 IP
  2. Spawny

    Spawny Well-Known Member

    Messages:
    252
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #2
    open and edit your stylesheet ('http://servinghomeserver.com/wp-content/themes/OneTheme/css/blue.css')

    find
    
    /* ~ Tags ~ */
    
    
    Code (markup):
    add after this code
    
    #tags { overflow:hidden; }
    #tags .tag a { float:left; }
    
    Code (markup):
    for the validation errors pm me your wp admin details
     
    Spawny, May 29, 2009 IP