Some formating missing, Jomsocial 4.0.9 and University

GK User
Thu Jul 30, 2015 1:16 pm
Hi

With the latest updates to Jomsocial 4.0.9 I lost some of the University template formating for Jomsocial. Mainly the background - it went grey instead of the white/transparent.

I updated to University 3.18 but still missing some of the formating - background color.

Link to Jomsocial part of my site: http://artcirclus.com/com

Please advise.

Thanks
Kenneth
User avatar
Junior Boarder

GK User
Thu Jul 30, 2015 2:05 pm
Update:

It actually looks like an additional table has been added around it as the margin between the Jomsocial component and the university template is now wider.
User avatar
Junior Boarder

teitbite
Fri Jul 31, 2015 12:49 pm
Hi

Please try add this to override.css and make sure override is enabled in template settings:

Code: Select all
.joms-landing__action {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.jomsocial-wrapper .jomsocial {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
User avatar
Moderator

GK User
Fri Jul 31, 2015 1:47 pm
You are a star!

Perfect solution - everything looks great now :-)

Thanks a lot for quick and solid solution!

Kenneth
User avatar
Junior Boarder

teitbite
Fri Jul 31, 2015 7:33 pm
Hi

No problem, glad I could help :)
User avatar
Moderator


cron