Remove margin below header?
Professional Joomla social template with metro design and JomSocial extension support.
Hi,
I' d like to reduce this margin up to 0px in mainpage?
Content (grid) is in header position.
Where can i do this?
http://prywatnastrona.plTomasz
-
- Senior Boarder
Hi
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.frontpage #gkPageContentWrap {
display: none;
}
-
- Moderator
-