Title: centering a video
Last modified: August 21, 2016

---

# centering a video

 *  [erecsphotos](https://wordpress.org/support/users/erecsphotos/)
 * (@erecsphotos)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/centering-a-video/)
 * I’m working on this site: [http://medvantageintl.com/](http://medvantageintl.com/)
   
   and on the investor page I’m trying to center that video at the top. I’ve tried
   the <div> tags and <center> and [center] and even placing “align” and “float”
   in the video code itself. I did learn yesterday that this is a modified commercial
   theme (set up by the previous designer), is that messing with it? Any time I 
   place code it just shows up as writing on the page. Advice? The video on the 
   technolog page automatically centers, and I don’t know why that one does and 
   the other does not. Thanks!

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 6 months ago](https://wordpress.org/support/topic/centering-a-video/#post-4493581)
 * The slider isn’t coded to be CSS-friendly, the element you need to target is 
   a `<div>` with no classes or IDs.
 * This is the element:
 *     ```
       <div style="width: 645px; max-width: 100%;">
       ```
   
 * You need to apply this style to it:
 *     ```
       margin: 0 auto;
       ```
   
 * I’m not sure what to suggest other than applying CSS through jQuery because you
   can target that element easier. Although we don’t support your theme.
 *  Thread Starter [erecsphotos](https://wordpress.org/support/users/erecsphotos/)
 * (@erecsphotos)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/centering-a-video/#post-4493582)
 * Okay, thanks.
    There was many reasons the previous designer was fired… this is
   just one of many. Now I get to clean up his mess, LOL
 *  [David Radovanovic](https://wordpress.org/support/users/dpaule/)
 * (@dpaule)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/centering-a-video/#post-4493584)
 * still doesn’t appear center because of nav padding. Try:
 *     ```
       #header .main-nav {
       height: 41px;
       width: 100%;
       /* padding: 0px 0px 0px 50px; */
       background-color: #46a1b4;
       background-clip: padding-box;
       -moz-background-clip: padding-box;
       -webkit-background-clip: padding;
       position: absolute;
       left: 0px;
       bottom: 50px;
       border-radius: 3px;
       -moz-border-radius: 3px;
       -webkit-border-radius: 3px;
       background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,0)));
       background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
       background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
       background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
       background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
       background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
       }
       ```
   
 * Also, use a child theme of your Med Vantage theme so that you can upgrade the
   Med Vantage without breaking the site.

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

The topic ‘centering a video’ is closed to new replies.

## Tags

 * [center](https://wordpress.org/support/topic-tag/center/)
 * [centering](https://wordpress.org/support/topic-tag/centering/)
 * [code](https://wordpress.org/support/topic-tag/code/)
 * [video](https://wordpress.org/support/topic-tag/video/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [David Radovanovic](https://wordpress.org/support/users/dpaule/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/centering-a-video/#post-4493584)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
