Czesc Monika,
I saw that you removed Mobile logo from Template settings, it's OK - but you have to use extra Custom CSS:
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#sp-header .sp-default-logo {display: block;}
}
@media screen and (max-width: 680px) {
#sp-header .sp-default-logo {display: block;}
}
Please copy & paste it in Template Options > Custom Code > Custom CSS
Then that same logo image will be used in both Desktop and Mobile view.
Miłego dnia :)