Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Logo is off centre

New Front EN Support Forums Fuji Theme Support Logo is off centre Reply To: Logo is off centre

#3700
mmsatori
Keymaster

Hey Monika,

there are two ways you can address this situation: either cropping off the whitespace above and below the test in the logo image (to make it of the same height as the slogan element, i.e. 26px) – OR increasing the line-height of the slogan element by adding this CSS to the theme’s “style.css” file (opens by default when you visit the “Appearance -> Editor” admin section, do not forget to save the changes once you insert the code):

#slogan {
line-height: 56px;
}

Let me know if you face any problems while implementing the above solutions!

Sincerely,
Andrii / Satori Studio