Hi,
This is happening as you're attaching an image to your post and this image is the first content added, so it has no margin top. However, when you add your text beneath it, it is given a margin-top and this is pushing your image and content down.
To resolve this, you can use one of the PageLines utility classes. What you need to do is do the go to your post, and you should have a format similar to this:
<img src="This is the image in your post">
Remember Breach & Clear, the squad tactical game being produced by Call of Duty’s...
Instead, add the following:
<img src="This is the image in your post">
<p class="zmt">Remember Breach & Clear, the squad tactical game being produced by Call of Duty’s...</p>
Wrap your first paragraph of text with a p tag and give this p tag a class with zmt like above. ZMT is an abbreviation of Zero Martin Top, you can find more information here.
Please Login or Register to see this Hidden Content