Latest members

Social Joomla! template ideal to promote activities and discussion at various levels with JomSocial support.
GK User
Fri Aug 13, 2010 9:20 am
How to have one box only for the members?? (See the picture)
User avatar
Junior Boarder

teitbite
Fri Aug 13, 2010 9:41 pm
Hi

Sorry I do not understand. Can You specifie Your question?
User avatar
Moderator

GK User
Sat Aug 14, 2010 3:37 am
Hi

If i understood well what you want, i really don't recommend it.
This page is the layout of JomSocial Component and it will miss some important block with information (the right column of this component).
Anyway, if you want to use it, just add this code on jomsocial.css file:

Code: Select all
#community-wrap .cMain {width: 100%}
#community-wrap .cSidebar {display:none}


Cheers
User avatar
Platinum Boarder

GK User
Mon Aug 16, 2010 6:52 am
there is 2 lines for the members box... i only want one like the videos...
Do you understand want i mean??
User avatar
Junior Boarder

teitbite
Mon Aug 16, 2010 2:41 pm
Hi

Please show me Your site. I cannot replicate this ;/
User avatar
Moderator

GK User
Mon Aug 16, 2010 5:04 pm
Ok, my website is available at : http://www.travail-a-domicile-gdi.com
User avatar
Junior Boarder

teitbite
Thu Aug 19, 2010 2:45 pm
Hi

I still cannot get how You did manage that :)

Please try to add this code at the end of template.css file:

Code: Select all
.gk_round_m .gk_round_t, .gk_round_m .gk_round_b {
background:none !important;
}

.gk_round_m .gk_round_m {
border:none !important;
}

.gk_round_m .gk_round_tl,
.gk_round_m .gk_round_tr,
.gk_round_m .gk_round_bl,
.gk_round_m .gk_round_br {
background:none !important;
}


But use it just to check if this didn't mess the site anywhere.
User avatar
Moderator

GK User
Wed Aug 25, 2010 9:47 am
this remove all the box, but this is not what i want...
User avatar
Junior Boarder

teitbite
Fri Aug 27, 2010 4:14 pm
Hi

Yeap that was just for try. Now with this:

Code: Select all
.gk_round_m .gk_round_m .gk_round_t,
.gk_round_m .gk_round_m .gk_round_b {
background:none !important;
}

.gk_round_m .gk_round_m .gk_round_m {
border:none !important;
}

.gk_round_m .gk_round_m .gk_round_tl,
.gk_round_m .gk_round_m .gk_round_tr,
.gk_round_m .gk_round_m .gk_round_bl,
.gk_round_m .gk_round_m .gk_round_br {
background:none !important;
}
User avatar
Moderator

GK User
Fri Aug 27, 2010 4:29 pm
wow it's working!
The only thing is that i think there is an extra padding.
It is not the same size as the videos
User avatar
Junior Boarder

GK User
Sun Aug 29, 2010 12:53 am
theshowmustgoon wrote:
wow it's working!
The only thing is that i think there is an extra padding.
It is not the same size as the videos


ok now i understand :)
To reduce padding, add this line:

Code: Select all
#community-wrap .gk_round_ml {padding:5px!important}


Cheers
User avatar
Platinum Boarder

GK User
Fri Nov 05, 2010 7:32 am
I only want to reduce the extra padding for the members box. I don't want to reduce padding for all of the boxes...
Because i get an extra padding on the members box... i don't know why!
User avatar
Junior Boarder

teitbite
Sat Nov 06, 2010 1:27 pm
Hi

Could You please show me about which padding are You talking about ?
User avatar
Moderator


cron