Unable to remove gap between modules

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Wed May 29, 2013 5:24 pm
I have modified the backgrounds and content for two of the modules in the mainbody position and both have the style of gk_style_outline.

I have a small white gap between the two modules that I am unable suppress. When I inspect the page, I can see the extra space is part of the upper/first module, but don't know why. I have tried re-sizing the new background that replaced the chalkboard, but cannot see why it doesn't cover. I tried re-sizing text and looking for extra space, but nothing seems to change it.

Site is: http://www.alcamorestaurant.com

Any guidance would be appreciated.

Thanks in advance.
User avatar
Fresh Boarder

GK User
Wed May 29, 2013 6:22 pm
Please try add to override.css
Code: Select all
.box.nomargin {
margin: -40px -40px -48px -40px !important;
}

and remember to enable override.css option in template settings.
User avatar
Gold Boarder

GK User
Wed May 29, 2013 7:17 pm
Thank you. Worked perfectly.
User avatar
Fresh Boarder


cron