Make embed code display inline

Hi there,

I’m trying to add an embed code block at the end of my site navigation that will display inline with the nav. However I can only seem to get it to display in it’s own row below the navigation as the embed code block gets wrapped in:

<div class="w-embed"></div>

Is there a way around this?

Also while I’m here I need to add an onClick event to a form submit button (Client wants this not me) does anyone have any suggestions as to how this can be acheived?

Thanks

Is it possible to give the embed code a class, then set it to inline-block?