XenForo
Administrative
- Thread starter
- Admin
- #1
Hi all,
Assuming we've defined a 'small logo' elsewhere, then we want to call that field when users scroll down on mobile, what's the best approach for doing so? We have a bit of base code that we think should work, but need to fine tune it...or completely rewrite it....either way, what's the best approach here to swap out the usual p-nav-smallLogo and display the custom field's logo in its' place.
Here's what we have at the moment:
CSS:
Read more
ادامه مطلب...
Assuming we've defined a 'small logo' elsewhere, then we want to call that field when users scroll down on mobile, what's the best approach for doing so? We have a bit of base code that we think should work, but need to fine tune it...or completely rewrite it....either way, what's the best approach here to swap out the usual p-nav-smallLogo and display the custom field's logo in its' place.
Here's what we have at the moment:
CSS:
@media (max-width: @xf-responsiveMedium) {...
Read more
ادامه مطلب...