Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Profile Toolbar formatting messed up

8 years 7 months ago
Licenses:
JomSocial Active

ISSUE SUMMARY: I upgraded my Jomsocial to 4.0.9 and the profile toolbar (and other toolbars) look funny. The formatting seems to be missing...the items are all bunched up together. The items underneath the menu options are not formatted either.

STEPS TO REPLICATE:
1 Login to site
2 Scroll down to Community Profile
3 Click "Profile Home"
4 See menu items top left
5
RESULT
EXPECTED RESULT
BROWSER

8 years 7 months ago
Licenses:

Hi,

the issue from Gantry template it self, here the CSS that you need to put at Gantry custom CSS

#community-wrap .jomsocial ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#community-wrap .joms-focus__link > li {
  cursor: pointer;
  float: left;
  padding: 8.65248px 14px;
}

#community-wrap .joms-subnav--desktop > ul, #community-wrap .joms-toolbar--desktop > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#community-wrap .joms-subnav--desktop > ul > li, #community-wrap .joms-toolbar--desktop > ul > li {
  display: inline-block;
  font-size: 0;
  margin-left: -4px;
  padding: 8.65248px;
  position: relative;
  vertical-align: middle;
}

#community-wrap .joms-dropdown > li, #community-wrap .joms-popover > li {
  color: #424242;
  padding: 8.65248px;
  text-align: left;
}

you can asking Gantry about how to put custom CSS at they template.

Regards

The following user(s) said Thank You: Michelle
8 years 7 months ago
Licenses:
JomSocial Active

This fixed it. Thank you!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW