How to remove space above module?

GK User
Thu Jul 03, 2014 10:58 am
Hey guys!

I am using some modules that are displayed at the MAINBODY_BOTTOM position at storefront.

To be seen here: http://www.cool-o-mat.com/zentrum/cms/i ... diagnostik

After the words "Unsere Methoden:" there is a quite large white space before the module is displayed.
Unbenannt-1.jpg


I have given the module the suffix "clear" - but that doesnot remove this space.

Any suggestions how I can reduce this space?

Thank you for your support!
User avatar
Expert Boarder

teitbite
Fri Jul 04, 2014 10:06 am
Hi

Please add this to override.css and make sure override is enabled in tempalte settings:

Code: Select all
#gkMainbody {
    margin-bottom: 0;
}
User avatar
Moderator


cron