Hi
Like I've said:
Use it with page class suffix or as a content for a custom code module.
Page class suffix can be set in template settings and attache to a page ID. So for egzample You put a suffix as "addspace" so the code is css file would be:
- Code: Select all
.addspace #gkMainbody { padding-top: 30px; }
Or use module like for example "K2 tools" and use it's Custom Code option. That put the code:
- Code: Select all
<style type="text/css">
#gkMainbody { padding-top: 30px; }
</style>
than You can attache this module to any page You want this space to appear.