Remove breadcrumb and tools (penguinmail)

GK User
Sun Jan 16, 2011 6:53 pm
How would I remove the whole top (where breadcrumb and tools are positioned)?

from this

01_2011-01-16.png


to this

02.png
User avatar
Senior Boarder

GK User
Sun Jan 16, 2011 8:39 pm
To remove breadcrumb please disable module showing on position 'breadcrumb'. For tools please add line
Code: Select all
#gk-tools {display:none}
to file override.css and turn override css option in template manager.
User avatar
Platinum Boarder

GK User
Sun Jan 16, 2011 9:57 pm
I did that but there is still space on the top.

03.png



I want it to look like this

Image
User avatar
Senior Boarder

GK User
Sun Jan 16, 2011 10:12 pm
Hi

If you want to reduce the space between, enable override.css file on template parameters and them add this lines on this file:

Code: Select all
#mainPage {margin-top:0!important}
#gk-container {margin: 5px!important}


By the way, tools can be disabled on template parameters > Feature
In this case, if you don't want to display it on kunena forum, you can add on "Customize tools for page" this line:

Code: Select all
com_kunena=disabled


Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Jan 16, 2011 10:42 pm
this is before putting the code

1_2011-01-16.png


this is when i put the code

2_2011-01-16.png


the code you gave me fixed the top space and not the space where breadcrumbs and tools are located

this is what firebug is showing

3_2011-01-16.png


4_2011-01-16.png
User avatar
Senior Boarder

GK User
Tue Jan 18, 2011 3:40 pm
i still need help. what do I have to do to get rid of that space (where breadcrumbs and tools used to be)
User avatar
Senior Boarder

GK User
Tue Jan 18, 2011 6:51 pm
try make a
Code: Select all
#gk-top-nav { display:none }
User avatar
Platinum Boarder

GK User
Tue Jan 18, 2011 8:37 pm
I am not the originator of the topic but i have tested the override - that's perfect for me - Thanks
User avatar
Fresh Boarder


cron