Thanks for your support 🙂
Hi @hartwall
Thanks a lot for your message, it solved the problem.
As I copied from the thread above:
Add this to additional CSS at theme customization. This will remove spacing on empty p elements.
body p:empty:before {
content: none;
}
I find very strange why it affected short-codes in short description zone only, while in the normal description area, nothing was altered.