jomsocial mainwarapper not sitting properly

GK User
Thu Mar 15, 2012 6:59 am
hi there!
i have upgraded to jomsocial 2.4.3 - am having issues with the alignment on the community pages... i have checked all the css cand code in jomsocial and its all ok,
can you have a look and see if there is a fix?

thanks

http://australiansenior.com/community
User avatar
Platinum Boarder

GK User
Thu Mar 15, 2012 3:35 pm
Hi,

Try adding this code to CSS Override:
Code: Select all
.cSidebar{
width: 30%!important;
}
.cMain{
width: 69%!important;
float: left;
}

Then let me know if it helps.
User avatar
Platinum Boarder

GK User
Thu Mar 15, 2012 4:16 pm
Don Lee wrote:Hi,

Try adding this code to CSS Override:
Code: Select all
.cSidebar{
width: 30%!important;
}
.cMain{
width: 69%!important;
float: left;
}

Then let me know if it helps.


Hi Don - thanks for the reply! unfortunately it does not work for this problem :( any other ideas?

cheers
Rob
User avatar
Platinum Boarder

GK User
Fri Mar 16, 2012 12:57 pm
I tried with Firebug and it worked for me, please make sure that you have added the code to file override.css and turned on CSS Override mode in template setting.

If this still doesn't help, please send me a PM to provide with backend and FTP access info then I will try for you.

Cheers,
User avatar
Platinum Boarder

GK User
Sat Mar 17, 2012 1:46 am
Don Lee wrote:I tried with Firebug and it worked for me, please make sure that you have added the code to file override.css and turned on CSS Override mode in template setting.

If this still doesn't help, please send me a PM to provide with backend and FTP access info then I will try for you.

Cheers,



Hi don - yeah i have done that - does not work for me - have sent you a PM with details. THANKS!
User avatar
Platinum Boarder

GK User
Sun Mar 18, 2012 2:49 pm
Thank you but I don't somehow see your message, can you please make sure you've sent it?

Regards,
User avatar
Platinum Boarder

GK User
Sun Mar 25, 2012 1:58 pm
hi don - have sent it again - twice in case ... :)

cheers

Rob





Don Lee wrote:Thank you but I don't somehow see your message, can you please make sure you've sent it?

Regards,
User avatar
Platinum Boarder

GK User
Sun Mar 25, 2012 3:58 pm
Hi,

I got your message now but you seem to have sent me wrong FTP server info, in the first post your site link was http://australiansenior.com but in the PM it is guideto***.com

Can you please correct? Thanks!
User avatar
Platinum Boarder

GK User
Wed Mar 28, 2012 8:43 am
sorry don - correct details for aus senior have been sent via private message

thanks!

Rob




Don Lee wrote:Hi,

I got your message now but you seem to have sent me wrong FTP server info, in the first post your site link was http://australiansenior.com but in the PM it is guideto***.com

Can you please correct? Thanks!
User avatar
Platinum Boarder

GK User
Wed Mar 28, 2012 4:19 pm
Hi,

There was something wrong with the file override.css, a comment tag was missed to add after file's header, file's content was:
Code: Select all
/*

#------------------------------------------------------------------------

# Black & White - October2010 (for Joomla 1.5)

#

# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.

# License: Copyrighted Commercial Software

# Website: http://www.gavick.com

# Support: [email protected]



.cSidebar{

width: 30%!important;

}

.cMain{

width: 69%!important;

float: left;

}

I changed it to:
Code: Select all
/*

#------------------------------------------------------------------------

# Black & White - October2010 (for Joomla 1.5)

#

# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.

# License: Copyrighted Commercial Software

# Website: http://www.gavick.com

# Support: [email protected]

*/

.cSidebar{

width: 30%!important;

}

.cMain{

width: 69%!important;

float: left;

}

And it's okay now but there is a more problem now is that you seem to have not enabled CSS Override mode in template setting so the file is not loaded. Please enable it and the problem will be fix right away.

Cheers,
User avatar
Platinum Boarder

GK User
Thu Mar 29, 2012 7:57 am
hi don

the override css is turned on in the template manager - so i am not sure what the issue is.

still not working on the live site.

cheers

Rob




Don Lee wrote:Hi,

There was something wrong with the file override.css, a comment tag was missed to add after file's header, file's content was:
Code: Select all
/*

#------------------------------------------------------------------------

# Black & White - October2010 (for Joomla 1.5)

#

# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.

# License: Copyrighted Commercial Software

# Website: http://www.gavick.com

# Support: [email protected]



.cSidebar{

width: 30%!important;

}

.cMain{

width: 69%!important;

float: left;

}

I changed it to:
Code: Select all
/*

#------------------------------------------------------------------------

# Black & White - October2010 (for Joomla 1.5)

#

# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.

# License: Copyrighted Commercial Software

# Website: http://www.gavick.com

# Support: [email protected]

*/

.cSidebar{

width: 30%!important;

}

.cMain{

width: 69%!important;

float: left;

}

And it's okay now but there is a more problem now is that you seem to have not enabled CSS Override mode in template setting so the file is not loaded. Please enable it and the problem will be fix right away.

Cheers,
User avatar
Platinum Boarder

GK User
Thu Mar 29, 2012 2:10 pm
It's strange. Can you please send me a PM to provide with backend and FTP access info to check it further?

Thanks,
User avatar
Platinum Boarder

GK User
Fri Mar 30, 2012 3:06 am
done - have sent you access details :)

thanks again!




Don Lee wrote:It's strange. Can you please send me a PM to provide with backend and FTP access info to check it further?

Thanks,
User avatar
Platinum Boarder

GK User
Fri Mar 30, 2012 2:33 pm
Hi,

Thank you, problem was that there was a margin of the main section which I didn't see when checking in the first time, I added this code to remove it and the site is okay now:
Code: Select all
body #community-wrap .cMain{
   margin-right:0!important;
}
User avatar
Platinum Boarder

GK User
Sun Apr 01, 2012 1:12 am
awesome! thanks Don - your a star!


Don Lee wrote:Hi,

Thank you, problem was that there was a margin of the main section which I didn't see when checking in the first time, I added this code to remove it and the site is okay now:
Code: Select all
body #community-wrap .cMain{
   margin-right:0!important;
}
User avatar
Platinum Boarder

GK User
Sun Apr 01, 2012 3:11 pm
No problem at all, you are most welcome my friend :D just feel free to let me know if you need any more helps.

Cheers,
User avatar
Platinum Boarder


cron