- Compatible XF Versions
- 2.0
Add these code to extra.less template
Code:
@media all and (min-width: 480px) {
.deskContent {
display:block;
margin: 0
auto;
}
.phoneContent {
display:none;
}
}
@media all and (max-width: 479px) {
.deskContent {...
You do not have permission to view the full content of this resource.
Log in or register now.