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.
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!