Resource icon

xF2 Guides Add advertising centered and only show on pc or only show on mobile

Compatible XF Versions
  1. 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.
  • Like
Reactions: h7km
Author
AnimeHaxor
Views
1,753
First release
Last update

More resources from AnimeHaxor

730Threads
2,282Messages
62,907Members
azeinmedyaLatest member
Back