I've translated a block from my flatsome theme. A gap element that is used in the original block is not translated. When I switch to the translated language and then edit the block in the UX Themes builder I can see the gap element correctly. However on front I can't see the gap.
I don't understand how this works and can be fixed.
During troubleshooting, I noticed that the gap was not showing because of the missing translation. It was a more general layout or CSS style limitation.
The way the Flatsome theme adds the gap element, it applies the padding to the relevant Div element, but no height.
And because that Div element doesn't have any content in it, it doesn't occupy any height at all.
I have included the following custom CSS code at WP Admin -> Appearance -> Customize -> Additional CSS and it seems to work now in all languages: