Title: Please help with my theme css
Last modified: August 19, 2016

---

# Please help with my theme css

 *  Resolved [hpguru](https://wordpress.org/support/users/hpguru/)
 * (@hpguru)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/please-help-with-my-theme-css/)
 * [http://hpguru.net/](http://hpguru.net/)
 * After the video, the whiteness is too huge. I would like it less. I wonder how
   to succeed in CSS? Any assistance needed, please. Thanks to all!
 * Image: [http://img705.imageshack.us/img705/5171/hpgurunetblogi126149336.png](http://img705.imageshack.us/img705/5171/hpgurunetblogi126149336.png)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/please-help-with-my-theme-css/#post-1317766)
 * Looks like it’s an IE-specific problem. You’d need to place the video in a paragraph
   with a specific class (eg: `<p class="vid"...</p>`) within the post. Then create
   an IE-specific stylesheet that contain just:
 * `p.vid {margin=bottom:0;}`
 * and upload it to your theme as `ie.css`. Finally you’d need to edit header.php
   and add a [conditional comment call](http://quirm.net/2009/06/29/wordpress-conditional-comment-css/)
   to your new stylesheet.
 *  Thread Starter [hpguru](https://wordpress.org/support/users/hpguru/)
 * (@hpguru)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/please-help-with-my-theme-css/#post-1317822)
 * Thanks to all. I resolved problem.
 *     ```
       .entry-content embed {
           margin:0 0 22px 0;
       }
       ```
   
 * change to
 *     ```
       .entry-content embed {
           margin:0 0 0px 0;
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Please help with my theme css’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [hpguru](https://wordpress.org/support/users/hpguru/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/please-help-with-my-theme-css/#post-1317822)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
