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!
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!
/YOUR-SITE/components/com_community/templates/default/css/style.layout.css
*/
#community-wrap {
display: inline-block;
width: 100%;
text-align: left;
min-height: 450px;
min-width: 650px;
margin: 0 0 30px;
position: relative;
}
*/
#community-wrap {
display: inline-block;
width: 100%;
text-align: left;
min-height: 450px;
min-width: 650px; <<<<<<<<<<< Change this..
margin: 0 0 30px;
position: relative;
}
DavidVogt wrote:Dave, thank you for your elaborate and helpful reply. Cheers