Wordpress Design Experts Required

Discussion in 'CSS' started by smallfishbigmoney, Dec 20, 2007.

  1. #1
    Hey everyone,

    I know not everyone is fond of Wordpress...
    But I need some help,

    I am currently designing a theme and there
    are some final problems here and there which
    I need to fix,

    Here we go:

    In the right sidebar (http://www.smallfishbigmoney.com/themedesign/)
    there is the RECENT COMMENTS area. I am sure all of you can
    see that it is not in line with the rest of the other "elements" or "links."

    I am seeing how I can fix that issue, is there a HTML or CSS or PHP
    file for the particular "Comments" widget which I am using that
    I can edit and align it 16px from the left margin?

    I would be really grateful if anyone could help me with this,

    Thanks,

    P.S. (Should this be posted in CMS even if it is CSS and HTML related?)
    Thanks again,

    Fabien
    Small Fish Big Money Dot Com
     
    smallfishbigmoney, Dec 20, 2007 IP
  2. martinmarzejon

    martinmarzejon Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The following CSS code should do the trick...

    
    #recent-comments ul li {
    margin-left: 17px !important;
    }
    
    Code (markup):
    Make sure you validate your HTML and CSS before the site goes live.
     
    martinmarzejon, Dec 20, 2007 IP
  3. smallfishbigmoney

    smallfishbigmoney Active Member

    Messages:
    176
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #3
    I shall try it, thanks a lot
     
    smallfishbigmoney, Dec 21, 2007 IP
  4. marek

    marek Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Your website looks sweet. I am sure it will be a hit. ;)
     
    marek, Dec 23, 2007 IP
  5. smallfishbigmoney

    smallfishbigmoney Active Member

    Messages:
    176
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #5
    Thanks Marek, it is just improvement from my current theme
     
    smallfishbigmoney, Dec 23, 2007 IP