Hi,
the logo doesn’t appear on Tablet in portrait mode on my client’s website http://www.skcc.de
Please see all quick css settings in the screenshot:
http://webigami.de/wp-content/uploads/2014/02/Bildschirmfoto-2014-02-08-um-16.23.47.png
Can you help?
Thanks and cheers,
Jan
Hi jansthh!
Please try to insert this code at the bottom of functions.php
add_filter('body_class','avia_remove_resize_function');
function avia_remove_resize_function($classes)
{
$classes[] = 'avia_deactivate_menu_resize';
return $classes;
}
and check if it fixes the issue.
Regards,
Peter