[BUG] iPhone / Responsive Mobile Profile Update Add Picture
Design and Skin Customization
Hello and welcome to Jamroom!
This is a skin CSS issue, in your skins/jrElastic2/css/override_mobile.css file, find this:
#wrapper {
margin: 0;
padding: 0;
padding-top: 48px;
}
and change it to this:
#wrapper {
min-height:inherit;
margin: 0;
padding: 0;
padding-top: 48px;
}
We'll get this added to the next release of the skin.
Thanks!
ok i think i just fixed this myself i copied the chat css code from the dark skin in audio pro and pasted it at the bottom of the skin css for celebrity and now it looks great like this. will this change when the skin updates i guess i should clone this skin when i get done with editing it.