Resource icon

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

📀 Resource submitted by: AnimeHaxor • 💬 Messages: 6522 • 🏆 Points: 113 • 👍 Likes: 40593 • 📀 Resources: 2252
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,782
First release
Last update

More resources from AnimeHaxor


740Threads
2,307Messages
67,465Members
xanderfroshLatest member
Back