Hello,
I’ve currently a very large logo on this website : http://monacocharityfilmfestival.com but I’d like tu upload a different logo for mobiles (less large).
Can this be done?
Thank you in advance for your reply,
best,
AB
Yes.
https://www.google.co.uk/webhp?#q=enfold+different+logo+on+mobiles
A number of different methods are available to achieve this. Google is your friend :-)
Luke
Hey!
Please see – http://kriesi.at/documentation/enfold/change-logo-on-mobile/
@luke86 Thanks for your input :)
Best regards,
Yigit
Hey Yigit,
if I add a logo (340 x 156) to the functions.php file >>>> then the navigation on mobile view disapperars !!
(also the logo is not centered, but aligned to the let) can you advise please ?
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
if(wp_is_mobile() )
{
$logo = “http://monacocharityfilmfestival.com/wp-content/uploads/mobile-logo-mcff.jpg”;
}
return $logo;
}
Hi!
I don’t understand what you mean by the navigation disappearing? This is what I see on my end: http://imgur.com/WwOh7IP
Best regards,
Rikard