You need to be a member of Ning Creators Social Network to add comments!
This reply was deleted.
Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)
Latest Activity
I am trying to find just one working example of an app or utility that runs with the Ning API. No…
Cant figure out how to add playlists. All my loaded songs are in the same list and I don't see an …
Replies
Need a link to the site to see what the issue is.
https://rainbowthemes.ning.com
Bizz
the data is always the same, enter quietly, thanks in advance/** VIDEOS LIST **/
.xg_list_video_main ul li {
width: 100%;
}
.xg_list_video_main .tb {
margin-top:6%;
height:100%
float:right
}
/** GROUPS LIST **/
.xg_list_groups_main ul li {
width:100%;
text-align:center;
}
the groups are now perfect, the videos to the usual situation
There is an error in the code, sorry about that it should be like this
.xg_list_video_main .tb {
margin-top:6%;
height:100%;
float:right;
}


possible to fix it this way? is an example of a 2.0 siteManaged to get it like this for you
thank you so much ! is it also possible for groups?
Yes done that as well