Hi, have you tried setting the image alignment to left, or the column horizontal position to start. You might also try setting the width, under advanced tab, to inline(auto).
Let me know if and of this helps.
Hi Robert
Thanks for your prompt reply! I have tried all those things – unfortunately the same thing happens. Is this the expected behaviour?
Melanie
No problem,
no its not the expected behavior. The settings I suggested should have worked. It’s 10pm here, I can take a better look tomorrow when I’m at my computer.
Thanks Robert! Look forward to hearing from you tomorrow 🙂
Melanie
@melanie71 Hi,
I have the code that will keep your logo left-aligned when shrinking. Try this css
.she-header-yes {
transition: all 0.4s ease-in-out !important;
}
.she-header-yes .elementor-widget-image {
transform-origin: left;
transition: all 0.4s ease-in-out !important;
}
Let me know if this works for you. I added some code for better header and logo transitions also.
The css transform is only being used temporarily until pro version is released. With pro come a completely revamped free version as well. This should work for the time being. Sorry for the trouble and thanks for your patience while we finish up pro.
@rwattner thank you, it worked for me too