it is in template.css line 13 "padding-top: 100px" is the space between top, change to lower number to close the gap from top, example 20px
- Code: Select all
body {
color: #777777;
line-height: 1.8;
min-height: 100%;
padding-top: 20px;
}
or you can enable CSS override to "On" from
Joomla Admin > Extensions > Template Manager > Select MyFolio > On the right Advanced Features > CSS Override.
Then edit override.css which is at "templates/gk_myfolio/css/override.css" and add above code.