Hi,
We installed an additional plugin in WP (essential grid). It looks OK but there is a vertical blank space between the gallery and the top of the page. We had quite the same problem when using Revolution Slider, which was solved by registering the plugin in the Avia builder additional plugins.
Could you please explain us how to register the new plugin in Avia ? The Revolution slider plugin had been added by a member of your team but we did not have the explanation on how to do so…
Thanks,
Thomas
Hi next_thomas!
Drag a codeblock element to the page and add this inside.
<style type = "text/css">
main { padding-top: 0px !important; }
</style>
Best regards,
Elliott