Title: Remove margin from inline style
Last modified: October 9, 2020

---

# Remove margin from inline style

 *  [Arno Welzel](https://wordpress.org/support/users/awelzel/)
 * (@awelzel)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-margin-from-inline-style/)
 * WP Lyte adds inline style to the embedded video preview:
 * `style="width:640px;max-width: 100%;margin:5px;"`
 * I understand that this has technical reasons – but at least the margin should
   not be there. It makes no sense to add a margin around the preview. If anyone
   want’s to have margins, this should be done using a CSS class which you can style.
 * It seems this is added in line 84:
 * `$lyteSettings['pos']= ( get_option('lyte_position','0')==="1" ) ? "margin:5px
   auto;" : "margin:5px;";`
 * As there is already an option for the position, it might be a good idea to have
   another option for the margin as well.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-margin-from-inline-style/#post-13512629)
 * Hey Arno; I’ll consider this for a future release, but in the meantime you can
   always overrule with some custom CSS;
 * `.lyte-wrapper{margin:0px !important;}`
 * have a nice weekend!
    frank

Viewing 1 replies (of 1 total)

The topic ‘Remove margin from inline style’ is closed to new replies.

 * ![](https://ps.w.org/wp-youtube-lyte/assets/icon-128x128.png?rev=1836005)
 * [WP YouTube Lyte](https://wordpress.org/plugins/wp-youtube-lyte/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-youtube-lyte/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-youtube-lyte/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-youtube-lyte/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-youtube-lyte/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-youtube-lyte/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/remove-margin-from-inline-style/#post-13512629)
 * Status: not resolved