Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

WordPress Plugin - How to edit the iframe code?

I need to edit the iframe code for the wordpress plugin for vanilla.

My embed height is way off and cutting elements out.

Any idea on how I can fix this anyone?

Comments

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    Put this in your Theme's custom.css for vanilla or edit the rule if it is in there and play with the values using a web inspector .. it is all about CSS

    #Foot {
    background: none;
    margin: 0 auto;
    padding: 80px;
    }
    
  • It's not working, see my website here.

    When messing in the web inspector the only way I can do it is to edit the iframe code but I can't find where that code is in any of the files.

Sign In or Register to comment.