Title: why is this so WRONG????????????
Last modified: August 18, 2016

---

# why is this so WRONG????????????

 *  [madmax019hotmailde](https://wordpress.org/support/users/madmax019hotmailde/)
 * (@madmax019hotmailde)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/)
 * take a look at this:
 * [http://karreth.com/mac/index.php/about/](http://karreth.com/mac/index.php/about/)
 * why is there so much space around my iweb templates ad? it should only have 7px
   as set in the stylesheet!
 * BUT THE SPACE BELOW AND ABOVE IS ALLWAYS MORE!!!!!!!!!!
 * WWWHHHHHHHYYYYYYYY?
 * i am soooooooooo frustrated!
 * please someone help me!
 * max

Viewing 12 replies - 1 through 12 (of 12 total)

 *  [fifthleg](https://wordpress.org/support/users/fifthleg/)
 * (@fifthleg)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545813)
 * From a desktop publishing point of view, it looks like the 7px on the bottom 
   is “nudging” 2 lines of text instead of just one. If the ad or your 7px measurement
   were slightly smaller, I think you would get the result you want.
    Alternatively,
   increase the line height in your body text slightly. I *think* that would get
   you the appearance you want. HTH.
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545826)
 * When you add a margin, you’re increasing the size of the block by that many pixels.
   In your case, you added 7 pixels.
 * When a unit is floating like that, and text is wrapping around it, the text will
   only move under it when it can clear the block entirely. In your case, there’s
   extra space at the bottom because 7 pixels make the block tall enough that the
   text underneath it cannot clear the block + the 7 pixel margin, and so it has
   to go down another line before it can move underneath the block.
 * In other words, you added a lot of margin, you just didn’t know that margins 
   are *hard* with regard to text wrap.
 *  Thread Starter [madmax019hotmailde](https://wordpress.org/support/users/madmax019hotmailde/)
 * (@madmax019hotmailde)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545841)
 * this is the css tags for divs and images that i modified:
 * _* {
    padding: 0; margin: 0; }
 * img {
    border: 0; padding: 7px; }
 * div {
    padding: 7px; }
 * i also tried changing the line spacing – but that made no effect! i tried all
   sorts of text movements and other stuff!
 * there must be some tag in the css that changes this – i copied the css thing 
   over here so you can take a look:
 * [http://karreth.com/style.css](http://karreth.com/style.css) (opens in new window)
 * anyone have more ideas?
 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545844)
 * Why not start with 0px padding on the div’s and img’s and increment upward from
   there.
 *  Thread Starter [madmax019hotmailde](https://wordpress.org/support/users/madmax019hotmailde/)
 * (@madmax019hotmailde)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545903)
 * nope sorry – that didnt change anything 2!
 * anyone know how i can contact the k2 developers (except from their forum which
   gives absolutetly no answer!)???
 *  Thread Starter [madmax019hotmailde](https://wordpress.org/support/users/madmax019hotmailde/)
 * (@madmax019hotmailde)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545942)
 * bump
 *  [icelanddream](https://wordpress.org/support/users/icelanddream/)
 * (@icelanddream)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545943)
 * I guess you have it fixed? I don’t see a problem besides lack of css knowledge.
 *  Thread Starter [madmax019hotmailde](https://wordpress.org/support/users/madmax019hotmailde/)
 * (@madmax019hotmailde)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545946)
 * nope its not solved – if you look at the top ad its fine – but the bottom one
   still shifts the text!
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545947)
 * madmax: The real problem here is that nobody seems to understand what the hell
   you’re talking about. Your page looks correct to me. It’s doing exactly what 
   it is supposed to be doing.
 * What are you seeing that is so horrible? You have adblocks in there and the text
   wraps around them just like it should. Where’s the problem?
 * I mean, I can see that your XHTML is invalid because of the invalid code blocks
   and the extra blank space you have there, but for the most part, it displays 
   more or less correctly at least.
 * Fix your code and then maybe it will do what you want it to do.
 *  [icelanddream](https://wordpress.org/support/users/icelanddream/)
 * (@icelanddream)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545948)
 * I’m still not sure what the problem is. You have the ads outside of the paragraph
   which would make it appear differently between browser types. Perhaps move them
   inside the paragraph which would make a few pixel difference and more stable 
   between browsers. Otherwise it is just a css choice no matter what theme you 
   use.
 *  Thread Starter [madmax019hotmailde](https://wordpress.org/support/users/madmax019hotmailde/)
 * (@madmax019hotmailde)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545952)
 * then look in the paragraph – but forget it! i will find some way
 *  [icelanddream](https://wordpress.org/support/users/icelanddream/)
 * (@icelanddream)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545955)
 * Sorry I’m too stupid to understand your mystery.
    But I’ll easily forget it.
 * borrachito

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘why is this so WRONG????????????’ is closed to new replies.

## Tags

 * [problem](https://wordpress.org/support/topic-tag/problem/)
 * [wrap](https://wordpress.org/support/topic-tag/wrap/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 5 participants
 * Last reply from: [icelanddream](https://wordpress.org/support/users/icelanddream/)
 * Last activity: [19 years, 2 months ago](https://wordpress.org/support/topic/why-is-this-so-wrong/#post-545955)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
