Title: Adding space between video &amp; text
Last modified: August 22, 2016

---

# Adding space between video & text

 *  Resolved [skunkyvibes](https://wordpress.org/support/users/skunkyvibes/)
 * (@skunkyvibes)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/adding-space-between-video-text/)
 * Hey everyone, this may seem obvious.. but I just can’t seem to figure it out!
   It looks like it’s because the text font (I’m using Ibuddy theme) is in an H3
   or H4 style [ Click here for a screenshot](http://s22.postimg.org/8dy6w6hwh/ewgross_ick.png)
 * I tried “inspect element on a few different areas, can’t seem to figure out where
   to add the padding in CSS, perhaps it’s somewhere in the PHP?
 * I’m not even exactly sure this is the proper forum to post this question in, 
   but hopefully somebody out there can provide some insight!
 * Thanks,
    Cody
 * [https://wordpress.org/plugins/buddypress-activity-plus/](https://wordpress.org/plugins/buddypress-activity-plus/)

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

 *  [David](https://wordpress.org/support/users/ugotsta/)
 * (@ugotsta)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/adding-space-between-video-text/#post-5353504)
 * Hi Cody,
 * Thanks for asking! Without seeing the actual page, it’s hard to say what the 
   best solution is but I think you could use something like so, for example:
 *     ```
       div.activity ul.item-list li h3 { padding-bottom: 6px; }
       ```
   
 * If you could provide a link to the activity stream, I’m sure we could get something
   more specific for you, but maybe that’ll do the trick?
 * Cheers, David
 *  Thread Starter [skunkyvibes](https://wordpress.org/support/users/skunkyvibes/)
 * (@skunkyvibes)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/adding-space-between-video-text/#post-5353519)
 * thanks for the reply man!
    My activity page is the homepage on Stoner-Radio.com
   I’ll dry that lil DIV in the meantime
 *  Thread Starter [skunkyvibes](https://wordpress.org/support/users/skunkyvibes/)
 * (@skunkyvibes)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/adding-space-between-video-text/#post-5353520)
 * I’m almost thinkin I need to add the padding to the iframe element, the space
   is perfect for the text and image posts, its just those video iframes that end
   up all squished together
 *  Thread Starter [skunkyvibes](https://wordpress.org/support/users/skunkyvibes/)
 * (@skunkyvibes)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/adding-space-between-video-text/#post-5353521)
 * haha ok that was easier than I thought – I opened up style.css in wp-content/
   themes/ibuddy/ and added padding:
 * embed,
    iframe, object { max-width: 100%; padding-top: 10px; }
 * don’t know why I didn’t try that days ago
 *  [David](https://wordpress.org/support/users/ugotsta/)
 * (@ugotsta)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/adding-space-between-video-text/#post-5353561)
 * Hi there [@skunkyvibes](https://wordpress.org/support/users/skunkyvibes/),
 * Awesome! Really glad that sorted it for ya and thanks for posting your specific
   solution. 🙂
 * Cheers, David

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

The topic ‘Adding space between video & text’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-activity-plus_db6c43.svg)
 * [BuddyPress Activity Plus](https://wordpress.org/plugins/buddypress-activity-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buddypress-activity-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-activity-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-activity-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-activity-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-activity-plus/reviews/)

## Tags

 * [activity plus](https://wordpress.org/support/topic-tag/activity-plus/)

 * 5 replies
 * 2 participants
 * Last reply from: [David](https://wordpress.org/support/users/ugotsta/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/adding-space-between-video-text/#post-5353561)
 * Status: resolved