Hi,
I don't want the component output on the home page which is causing the white space. I had a look in the Template Features but I could not find an obvious way to disable it:
Website can be found at http://new.actonadvice.com.au
--D
.nospace #gkPageContent {display: none;}
Pawel F wrote:Hi,
sure you have few options one of them:
1) Add suffix "nospace" for item 640 -- in template configuration --> check: http://www.gavick.com/documentation/joo ... ent-pages/
2) Add custom CSS code:
- Code: Select all
.nospace #gkPageContent {display: none;}
Pawel F wrote:Uff, fixed... somebody edited layout/default.php file ?? he broke this feature.
...and suffix for pages now working again, it took me some time to find it out.