We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Facebook Clone - Responsive Css adjustement - Facebook Clone | Forum

Ducky
Ducky May 14 '15

If you want to use Facebook Clone on mobile device you can check Css :




try to add some : "min-width: 300px;"




I add this line for ".join_left" and ".join_right" css class :


.join_left {

  float: left;

  width: 48%;

  min-width: 300px;

}

.join_right {

  max-width: 450px;

  float: right;

  width: 48%;

  min-width: 300px;

}


I hope this can help you while developer working on a new update !


This is a very great plugin J

Ebenezer Obasi
Ebenezer Obasi May 14 '15
Thanks for sharing this +1
You do not have permission to reply this topic