[SOLVED] My Folio template J1.7 - Reduce space breadcrumbs

GK User
Wed Nov 23, 2011 7:35 am
Hi,
I want to reduce the padding
reduce.JPG

between the bottom of breadcrumbs in mod position 'header' and 'mainbody/content' please?

I'm using J 1.7 MyFilio and cant find the reelevant .css line.
User avatar
Gold Boarder

GK User
Wed Nov 23, 2011 8:24 am
Find File: /templates/gk_myfolio/css/template.css
Find Line: 48
Code: Select all
#gkBreadcrumb { min-height: 26px; border-bottom: 1px solid #eee; cursor: pointer; margin: -30px 0 20px !important; padding: 10px 0; }

Change it to below
Code: Select all
#gkBreadcrumb { min-height: 26px; border-bottom: 1px solid #eee; cursor: pointer; margin: -30px 0 0px !important; padding: 10px 0; }
User avatar
Platinum Boarder

GK User
Wed Nov 23, 2011 9:30 am
thanks for that, I'll give it a go.
User avatar
Gold Boarder

GK User
Fri Dec 02, 2011 1:27 am
SOLVED css fix.
User avatar
Gold Boarder

GK User
Fri Dec 02, 2011 2:37 am
No problem at all , marking this topic as solved.


See you around...
User avatar
Platinum Boarder


cron