Hi Marek. Add addon with logo image below carousel addon in the same section and the same column. Use Advanced Tab to place logo addon where you want via absolute position settings.
Or use CSS for this addon, which is flexible. Since Absolute Position Settings lack some properties.
For CSS code you should find the addon ID via code inspector. Looks like that #sppb-addon-wrapper-ххххххххххххх
Code example
#sppb-addon-wrapper-ххххххххххххх {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

