whitespace above mainbody/component

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Wed Mar 20, 2013 9:37 pm
Hello - there is a bit of whitespace above the mainbody/component that I'd like to get rid of - see attachment.
User avatar
Fresh Boarder

GK User
Wed Mar 20, 2013 10:06 pm
Please post a link to your website if its online so we make a suggestion.

See you around...
User avatar
Platinum Boarder

GK User
Wed Mar 20, 2013 10:09 pm
http://peconiconline.com/rl25/

As you can see, there appears to be a small amount of padding above the mainbody/component area. If you click on an article (http://peconiconline.com/rl25/local-new ... ity-center) you can see the white space is still there, so it's a template issue, not a component issue.

Thank you for your help!
User avatar
Fresh Boarder

GK User
Wed Mar 20, 2013 10:23 pm
Please add following css code to hide the empty breadcrumb position in mainbody section. Add it in css/override.css file located in templates folder. Also enable css override in template settings > advanced settings > css override.

Alternatively we might need to edit php files to remove loading "gkBreadcrumbMainbody" element if you are not using it at all.
Code: Select all
#gkBreadcrumbMainbody { display: none; }


See you around...
User avatar
Platinum Boarder

GK User
Wed Mar 20, 2013 10:27 pm
That worked perfectly! Thank you very much for your help.
User avatar
Fresh Boarder

GK User
Wed Mar 20, 2013 10:35 pm
No problem at all, see you around...
User avatar
Platinum Boarder


cron