HI
There is a section in template settings where You can rename anchor layers names. It should be in Features section.
This is for the #gkHeader anchor...
Couldn't find it. Mootools, position style override, suffix for pages only. I cannot find the anchor layers names.
The other module positions I could change them in Menu/Module ID Override.
As for the general position of the frontpage. All module or in relative position, it seems that I can only change the general position of all of them.
When I put 2 or more CSS in the override.css, it seems to conflict one another:
- Code: Select all
#gkBottom2 {
position: relative;
top: -56px;
}
#gkBottom3 {
position: relative;
top: 80px;
}
Regards.