Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nico

    (@nico23)

    Your theme has this css, the margin is causing the issue.

    .post-body iframe {
    	margin: 10px 0px;
    	width: 100%;
    }

    I will fix with with a !important rule in the plugin.

    Thread Starter H7ns

    (@h7ns)

    Is it mean that it will be fixed on next plugin update?

    Plugin Author Nico

    (@nico23)

    Yes

    And you can fix it now with custom CSS.

    .arve-inner {
    	margin: 0 !important;
    }
    Thread Starter H7ns

    (@h7ns)

    Thank you it works.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cut off at the bottom’ is closed to new replies.