A small problem that I was wondering if anybody can help me with?

3 replies
  • WEB DESIGN
  • |
On each of the beginning of my blog posts, there is an extra space that I'm trying to get rid of but I don't know how. I've tried backspacing, but it doesn't work. I think it has something to do with the code but I'm not an expert at this, and I was wondering if anybody here could help me out with this problem?

Don't Do Work Just for the Sake of Doing Work

The Problem with Verbal Affirmations

Thank you.
#problem #small #wondering
  • Profile picture of the author affilorama-portal
    That extra space would have something to do with the stylesheet. You or someone would need to edit the CSS to change it.
    {{ DiscussionBoard.errors[1850371].message }}
    • Profile picture of the author Hulbert
      Originally Posted by affilorama-portal View Post

      That extra space would have something to do with the stylesheet. You or someone would need to edit the CSS to change it.
      Hi, thank you for your response. Do you mind taking a quick glance at it because I have no idea what exact "code" I am looking for?

      http://frombottomup.com/wp-content/t...s_16/style.css
      {{ DiscussionBoard.errors[1850421].message }}
      • Profile picture of the author Selena85
        Do you mean the extra space below the images? It's a css problem. Try changing this:

        Code:
        .format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {
        margin:0 1.571em 1.571em 0;}
        To this:

        Code:
        .format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {
        margin:0 1.571em 0 0;}
        According to Firebug, it's on line 125. Hope it helps...
        Signature
        >>>TURN YOUR TRAFFIC CAMPAIGN ON FIRE WITH THIS <<<
        FREE PINTEREST GRAPHICS PACKAGE
        {{ DiscussionBoard.errors[1852321].message }}

Trending Topics