Hey!
Please add following code to Quick CSS
span.logotext {
top: 10px;
position: relative;
}
Cheers!
Yigit
Thanks! and can I change the text? I don’t remember how this was done in the first place.
Hi!
Please go to Appearance > Editor and open Functions.php file and find code similar to the following
add_filter('avf_logo_subtext', 'kriesi_logo_addition');
function kriesi_logo_addition($sub) {
$sub .= "Company Name";
return $sub;
}
and change it as needed. If you need help, please let us know what you would like to use as your logo text.
Regards,
Yigit