[BUG] iPhone / Responsive Mobile Profile Update Add Picture
Design and Skin Customization
I've made a couple of more changes to the override_mobile.css file and the site.css file.
override_mobile.css changes:
Near the bottom of the page, find this:
#footer {
height: 110px;
}
and change it to this:
#footer {
position:inherit;
height: 110px;
}
then find this:
body #wrapper {
padding: 64px 0 40px;
}
and change it to this:
body #wrapper {
padding: 64px 0 0;
}
then find this:
/* Scroll Up Icon */
.scrollup {
bottom: 10px;
right: 10px;
}
and change it to this:
/* Scroll Up Icon */
.scrollup {
bottom: 10px;
right: 10px;
z-index: 999999;
}
then in your site.css file, find this:
/* @title Site Wrapper */
/* @help This is the wrapper for the Site Content */
#wrapper {
background-color: #5C6470;
margin: 0 auto;
min-height: calc(100vh - 170px);
padding: 70px 0 100px;
position: relative;
}
and change it to this:
/* @title Site Wrapper */
/* @help This is the wrapper for the Site Content */
#wrapper {
background-color: #5C6470;
margin: 0 auto;
padding: 70px 0 100px;
position: relative;
}
Let me know if that fixes things for you.
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.