Title: Top Margin
Last modified: March 24, 2022

---

# Top Margin

 *  Resolved [wrathyimp](https://wordpress.org/support/users/wrathyimp/)
 * (@wrathyimp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/top-margin-7/)
 * How can I change top margin?
    I tried the custom CSS:
 *     ```
       .sb_youtube_margin {
       margin-top -90px;
       }
       ```
   
 *  but it’s not working.

Viewing 1 replies (of 1 total)

 *  Plugin Support [Smash Balloon Louis](https://wordpress.org/support/users/smashballoonlouis/)
 * (@smashballoonlouis)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/top-margin-7/#post-15502531)
 * Hi [@wrathyimp](https://wordpress.org/support/users/wrathyimp/),
 * Thank you for reaching out to us for assistance. To apply this CSS to the top
   margin of the overall feed, you could use a rule like this:
 *     ```
       [id^=sb_youtube_].sb_youtube {
       	margin-top: -90px !important;
       }
       ```
   
 * If there is unwanted space between the YouTube feed and other content on the 
   page, you may also want to check the style settings for the blocks containing
   the content to make sure they don’t have additional margin or padding.
 * If I can provide any further assistance, please let me know.
 * Best regards,
 * Louis

Viewing 1 replies (of 1 total)

The topic ‘Top Margin’ is closed to new replies.

 * ![](https://ps.w.org/feeds-for-youtube/assets/icon-256x256.png?rev=2700809)
 * [Feeds for YouTube (YouTube video, channel, and gallery plugin)](https://wordpress.org/plugins/feeds-for-youtube/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feeds-for-youtube/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feeds-for-youtube/)
 * [Active Topics](https://wordpress.org/support/plugin/feeds-for-youtube/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feeds-for-youtube/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feeds-for-youtube/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Smash Balloon Louis](https://wordpress.org/support/users/smashballoonlouis/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/top-margin-7/#post-15502531)
 * Status: resolved