Facebook/TweetMeMe Widgets + Theme's Comments = Mashed up problem?

Discussion in 'WordPress' started by razz.jazz, Jan 9, 2011.

  1. #1
    So I have Facebook Share/TweetMeme widget/plugins installed. When used, they look like (the top picture below). The problem is the widgets, when activated, don't really provide space and allow the "comments/tags" to follow up after it. So I am wondering, how can I style it so comments/tags go underneath (like in the bottem picture).

    [​IMG]
     
    Last edited: Jan 9, 2011
    razz.jazz, Jan 9, 2011 IP
  2. atnews

    atnews Peon

    Messages:
    277
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    can you show us blog URL?
     
    atnews, Jan 9, 2011 IP
  3. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #3
    In your styles.css file, on or about line 665, for .postmetadata include a clear:left; inside the curly brackets.

    There also seems to be a blank <p class="postmetadata"> somewhere in your theme. Typically, this should be included in a DIV and not a P element. But it still works.

    If you can post the code from that section of your theme, maybe we can straighten this out a little.
     
    Dodger, Jan 9, 2011 IP
  4. razz.jazz

    razz.jazz Peon

    Messages:
    181
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Where would that be located?
     
    razz.jazz, Jan 9, 2011 IP
  5. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #5
    What? The stylesheet or the code? The stylesheet is your main theme stylesheet, of course.

    So I am assuming you are talking about the code, that I cannot tell you. Most probably in a few files called single.php, archive.php, etc. I think this may appear in more than one file.
     
    Dodger, Jan 9, 2011 IP