I have asked our dev team and class 'cFrontpage' is hardcoded into JomSocial - there is no way, with normal installation of our theme and JomSocial this class not to show. Perhaps some 3rd party extension is modyfying it?
There is a workover of this problem, but it is the last thing you can do:
Please edit: /templates/gk_musicstate/css/override.css and add at its end:
- Code: Select all
#community-wrap.c.on-gk_musicstate {
margin-top: -70px;
position: static;
}
Remember to enable "CSS override" in template settings - advanced section.
I'm not quite sure if it will not make problems in any other place.