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,507
First release
Last update

More resources from AnimeHaxor

Similar resources

How to add a Custom Group Badge / Banner to User Info AnimeHaxor
A short tutorial on how to add a custom user group badge/banner to the user info area
0.00 star(s) 0 ratings
Updated
Timeline of XenForo releases and official add-ons AnimeHaxor
0.00 star(s) 0 ratings
Updated
Best advertising positions for your ads AnimeHaxor
All the possible visual ad positions + some tips to get more out of your Google Adsense ads
0.00 star(s) 0 ratings
Updated