Logo and Login Register links not working in Responsive mode
Hi,
I just installed the latest version of Vantage and I can't find a way to resize the logo on screens lower than 400px.
I tried changing the media querie settings for site_title a...... but it doesn't work and I think the problem comes from the core.php where the logo is defined.
How can I remove the following and control my logo from css?
$defaults = array(
'default-image' => '%s/images/vantage-logo.png',
'width' => 400,
'height' => 70,
'flex-height' => true,
'flex-width' => true,
'default-text-color' => '444444',
'header-text' => true,
'uploads' => true,
'
wp-head-callback' => '',
'admin-head-callback' => '',
'admin-preview-callback' => '',
);
add_theme_support( 'custom-header', $defaults );
I also noticed the Login/Register links at the top menu are not there when in responsive mode. How can I put them back?
Thanks