Fitting JomSocial

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jun 27, 2012 4:46 pm
Reply with quote
Report this post
Hi there,

Love the template! When accessing the website from an iPhone, JomSocial is too big for the box and gets cut off on the side. Can I make it scale within the box? Or can I make it appear on top of the responsive panels? Thanks in advance!
User avatar
Fresh Boarder

teitbite
Thu Jun 28, 2012 1:36 pm
Reply with quote
Report this post
Hi

To be honest I do not know, can I please see an exact page where you have jomsocial.
User avatar
Moderator

GK User
Thu Jun 28, 2012 2:48 pm
Reply with quote
Report this post
DavidVogt wrote:Hi there,

Love the template! When accessing the website from an iPhone, JomSocial is too big for the box and gets cut off on the side. Can I make it scale within the box? Or can I make it appear on top of the responsive panels? Thanks in advance!


Firstly, Jomsocial is not responsive in its own right however its possible to fit into the mainbody ok...See below:

Edit
Code: Select all
/YOUR-SITE/components/com_community/templates/default/css/style.layout.css


Find

Code: Select all
*/
#community-wrap {
   display: inline-block;
   width: 100%;
   text-align: left;
   min-height: 450px;
   min-width: 650px;
   margin: 0 0 30px;
   position: relative;
}



Change the min-width to the size you have set for the mainbody...(or make this less than this size)
Code: Select all
*/
#community-wrap {
   display: inline-block;
   width: 100%;
   text-align: left;
   min-height: 450px;
   min-width: 650px;  <<<<<<<<<<< Change this..
   margin: 0 0 30px;
   position: relative;
}




An alternative to this is find the item id for your Jomsocial installation (menu id). In the template admin settings under Layouts set a Content width rule and set the width to the nearest width of your Jomsocial..

Dave
User avatar
Expert Boarder

GK User
Fri Jun 29, 2012 11:48 am
Reply with quote
Report this post
Dave, thank you for your elaborate and helpful reply. Cheers
User avatar
Fresh Boarder

GK User
Fri Jun 29, 2012 4:32 pm
Reply with quote
Report this post
DavidVogt wrote:Dave, thank you for your elaborate and helpful reply. Cheers


No problem...

D
User avatar
Expert Boarder

teitbite
Fri Jun 29, 2012 4:40 pm
Reply with quote
Report this post
Hi

Wow. That's a very nice solution :) Thank You for posting that.
User avatar
Moderator

GK User
Tue Jul 10, 2012 11:40 am
Reply with quote
Report this post
@ dave_logic

Most useful, thank you very much.
User avatar
Fresh Boarder

teitbite
Wed Jul 11, 2012 9:05 pm
Reply with quote
Report this post
Hi

See? Someone benefits from this solution already :)
User avatar
Moderator


cron