Margin changes between Home page and other pages

Permalink
Good day!

My footer keeps changing margin between pages without reason to me. Been asking around and others can't find a reason. CSS-styled and without any obvious changes throughout the different pages. Please take a look, i would be extremely happy!

It's the footer with contact info that moves around:
laioswebbstrategi.se

 
cannonf700 replied on at Permalink Reply
cannonf700
eddebebbe,
if you check your 'page source' with your browser of use a function like firebug it can help you determine where problems are.
Anyway, you have an extra div on the pages with the margin issue it looks like this:
<div class="ccm-spacer">&nbsp;</div>
it appears just after the closing </ul> of the bottom navigation.
This indicates that it's caused by a block from within C5. You should check to see if you applied any custom designs or templates that could be causing this.