Need a little help with spacing

It could be several things.

It looks like a div tag however. Look in your html for:

<div>
<div>
content here
</div>

You need to remove the extra <div>
 
Back
Top