Well it will be difficult making suggestions when we cant see your image , image size , how you used your logo as in templates feature logo section as they all have their css...
What you can try is leaving span class as it is and just hide it from human eye by using opacity=0 ( which is visibility )
Leave original code as it was and add below into override.css make sure CSS override is enabled.
- Code: Select all
#gkPageTop > span {
opacity: 0;
}
Or depending on your logo selection , e.g edited style1.css for logo which has different class , or if used templated logo select image option or if you are using text as logo all have different css , so if you tell me which one you use we can then center them on their own css..