Top margin

GK User
Mon Sep 19, 2011 1:02 pm
Where is changing This page from top margin ?

Ray
User avatar
Fresh Boarder

GK User
Mon Sep 19, 2011 1:19 pm
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.
User avatar
Platinum Boarder


cron