Open ajax_chat.css
Find
Tip: This may be a partial find and not the whole line.
Tip: Replace the preceding line(s) to find with the following line(s).
Tip: This may be a partial find and not the whole line.
Code: Select all
Replace with@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
.shouts {
width: 100%;
height:250px;
}
.chat-avatars {
display: none;
}
.chat-postprofile {
min-width: 80px;
float: left;
display: inline;
}
}
Tip: Replace the preceding line(s) to find with the following line(s).
Code: Select all
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
.shouts {
width: 100%;
height:250px;
}
.chat-avatars {
display: none;
}
.chat-postprofile {
min-width: 80px;
float: left;
display: inline;
}
#bbpalette.button2 {
display: none;
}
}