Started Sep 17, 2012 0 Replies 0 Favorites
I have perused several key NC topics in forums, and the following stand out as things I have seen no updated info on from the NING team. Any insight from anyone for us NC's about the following…Continue
Started this discussion. Last reply by Ron Mar 5, 2012. 1 Reply 0 Favorites
Someone please....this has taken too long to get a simple Ning Team reply. Why does saving custom HTML & CSS change CSS 'POSITION:ABSOLUTE' to 'xg-p:absolute', and prevent z-index'ed layers from…Continue
Started Feb 27, 2012 0 Replies 0 Favorites
'Code bombing' is likely not a term found in web-work, but some may already be clued to its web use here. Interestingly, a Google search accurately 'describes' the term as I use it in…Continue
Started this discussion. Last reply by G Ollison Dec 7, 2011. 7 Replies 0 Favorites
Suddenly today my network's Latest Activity feed notices only show "someone left a comment for someone" without displaying any set number of characters I specify for comment items.Status messages…Continue
Tags: any, displaying, number, of, set
G Ollison has not received any gifts yet
Gary W Norman replied to Gary W Norman's discussion 'Tagline Font Size or Type - can it be changed?'
Gary W Norman replied to Gary W Norman's discussion 'Tagline Font Size or Type - can it be changed?'
Troy D. Bertrand replied to PeruCool's discussion 'Alternatives to Ning social network'
Gary W Norman replied to Gary W Norman's discussion 'Tagline Font Size or Type - can it be changed?'
Gary W Norman replied to Gary W Norman's discussion 'Tagline Font Size or Type - can it be changed?'
Kos replied to Gary W Norman's discussion 'Tagline Font Size or Type - can it be changed?'© 2013 Created by Ning.

Comment Wall (1 comment)
You need to be a member of Creators to add comments!
Join Creators
Hope this helps...
Connie
To fix inconsistent font sizes:
.feed-event-info .content-comment {font-size:1em;}
.feed-story-title {font-size:1em !important;font-weight:bold !important;}
.rich-excerpt {font-size:1em;}
.rich-date {font-size:1em;font-weight:bold !important;}
To limit the additional text in Latest Activity to a single line:
.feed-event-info .content-comment {white-space:nowrap;overflow:hidden;font-size:1em;}
.feed-story-title {font-size:1em !important;font-weight:bold !important;}
.rich-excerpt {white-space:nowrap;overflow:hidden;font-size:1em;}
.rich-date {font-size:1em;font-weight:bold !important;}
(Note that this has the effect of not displaying the end quote. If somebody can figure out how to fix that, please tell me!)
To return your Latest Activity to the old style:
.feed-event-info .content-comment {display:none;}
.feed-story-title {font-size:1em !important;font-weight:bold !important;}
.rich-excerpt {display:none;}
.rich-date {font-size:1em;font-weight:bold !important;}