JomSocial layout problem in yourshop template

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Sat Jan 14, 2012 11:40 am
Hi,

I installed JomSocial 2.4 in my site that I'm developing using the yourshop template.

The problem is that the layout of JomSocial is not working well, it shows the cMain zone below the cSidebar on the right, like in the photo.

Image

I search on the css and find this:

Code: Select all
body #community-wrap .cLayout {
   position: relative;
   width: 100%;
}
body #community-wrap .cMain {
   margin-right: 235px;
}
body #community-wrap .cSidebar {
   width: 220px;
   float: right;
}


But I don't know how to resolve the problem,

Anyone can help me

Thanks!
User avatar
Fresh Boarder

GK User
Sat Jan 14, 2012 12:52 pm
Hi,

Can you give me the link to see the issue for better assistance?

Thanks,
User avatar
Platinum Boarder

GK User
Mon Jan 16, 2012 10:22 am
Here is the link of my site:

http://management.nuovopensiero.org/ind ... Itemid=217

You can see there the problem with the layout

Thanks !
User avatar
Fresh Boarder

GK User
Tue Jan 17, 2012 1:01 pm
Hi,

Add this code to override.css (with css override mode enabled in template setting):
Code: Select all
body #community-wrap .cMain{
margin-right: 0 !important;
width: 70%;
}
User avatar
Platinum Boarder

GK User
Tue Jan 17, 2012 2:10 pm
It works! Thanks!!! :D
User avatar
Fresh Boarder

GK User
Tue Jan 17, 2012 2:37 pm
Glad it helped you. Feel free to let me know if you need any other helps.

Have a nice day!
User avatar
Platinum Boarder


cron