To center an element, you will also have to style it’s parent element too. So let’s say, you video has a structure like this:
<div class="parent-class">
<video class="wp-video">
</video>
</div>
To center the video, you will have to give it’s parent a width. Using:
.parent-class{
width:100%;
display:block;
}
Now, you can use this to do the final touch:
.wp-video {
text-align: center;
margin: 0 auto;
max-width: 400px;
display: block
}
Notice that you have to define a width for this video, since your video has a width of 1920px, which for sure will overflow most of the screens.
Related Posts:
- How can I style an IFRAME element that has a constantly changing class name? [closed]
- How to insert spaces/tabs in text using HTML/CSS
- How to change btn color in Bootstrap
- Failed to decode downloaded font, OTS parsing error: invalid version tag + rails 4
- How to make the HTML link activated by clicking on the
- ?
- force footer on bottom on pages with little content
- Dynamically change color to lighter or darker by percentage CSS
- How do I right align div elements?
- CSS “margin: 0 auto” not centering
- CSS text-align not working
- What is the difference between “screen” and “only screen” in media queries?
- How to have an anim gif on a link and play it on hover and reset
- How can I make Bootstrap columns all the same height?
- Align text to the bottom of a div
- How to make a
- display in a horizontal row
- Using font awesome in codepen
- using media queries with LESS
- How can I apply styles to multiple classes at once?
- Responsive Canvas in Bootstrap column?
- CSS rotation cross browser with jquery.animate()
- How can I center
- into a div?
- How do you avoid caching during development?
- Are there Gutenberg container blocks?
- How to add a “last” class to the last post in loop.php?
- How do i use fontawesome icons in TinyMce editor?
- Why won’t child theme’s style.css override plugin’s css
- some things in child theme css not overriding parent
- Is it possible to create a full width row in WordPress’s editor window? [closed]
- Load custom css after bootstrap
- How do I find (index) file in order to change style on CSS?
- Highlighting the current page in a navigation menu which links are generated with a custom loop?
- If I dequeue Gutenberg Stylesheet will that have any effect on WordPress 5.0.1?
- Remove sticky behavior from top navigation on twenty fourteen theme?
- Looking for methods to Check if File Exist
- Include CSS with PHP without including wp-load?
- Loading different stylesheet on WordPress pages?
- How to change the style.css?ver=5.4.1 in WordPress?
- Redoing home page but changes not taking effect
- Gallery CSS Problem
- Shrink Header Image on Scroll
- Correct way to output styles gathered from theme or plugin settings?
- Remove extra white space bellow and above product short description in storefront woocommerce
- Inline Style attribute getting stripped off
- Can’t Display Table Headers in Responsive table layout
- Edit css for search results page
- Archive pages have smaller font then the rest of my website [closed]
- CSS not applying in admin
- how to hide submenus for the not active pages
- Why is the CSS horizontal alignment for divs inside div container not displayed in my WP Theme?
- Changing blog style [closed]
- How do I use inline styling with WordPress?
- WordPress address URL and bloginfo
- node.js and webpack throws error when trying to setup node to watch theme folder for saved changes
- My CSS suddenly doesn’t load anymore [closed]
- why is my paypal button not clicable [closed]
- How can I move my custom css to the very bottom of the head section?
- Wrong image path within inline styles in the head
- How can I selectively insert a header for my shop page in woocommerce? [closed]
- WordPress Caption Formatting
- Child Theme style.css changes aren’t showing. Parent “style-less.css” over rides it, and won’t update
- The Global Styles missing
- Invert porfolio item order
- Broken css on mobile phones only on https
- WordPress CSS completely broken on IIS
- Getting and setting CSS variables with JQuery in WordPress backend fails
- How to show address in one row?
- Custom CSS on mobile
- Set version number in child’s style.css file
- How to make a sidebar form show at the top of page on mobile?
- I want to transfer my additional css code to my theme file–?
- WordPress changing content:”” to content: "
- How to customize Metaboxes?
- Change image using only CSS [closed]
- Logo Keeps Changing to the Default for Transparent Settings
- Content going full width even though container is not
- Custom Plugin CSS: Can’t update them!
- Align divs in a basic WordPress site
- Altering the design of WooCommerce notifications [closed]
- How can I override an existing custom CSS rule for a specific page
- How can I add this specific link hover effect to a WP site? [closed]
- HTML5/CSS3 Polyfill for wp-login.php
- Bizarre WordPress CSS update problem
- Making a custom CSS per mobile
- Pages in another language
- Display current category without an active link in wp_list_categories
- Using a style sheet for modern browsers and another for older browsers
- WordPress with PageLines theme: how to change the background color of a page? [duplicate]
- Twenty Twelve theme: remove margins
- Interactive maps in wordpress
- How to add input search field with roudned corners?
- s2member captcha how to make responsive – css or javascript
- Min height of page [closed]
- How to define a special character to change the style of my inline code?
- Why is the “Additional CSS” section missing in my theme Customizer?
- Is there a way to edit the fonts of headings without a plugin (in the 2022 theme)?
- Narrow paragraph block aligned to left of “wrapper”
- Grid problem on privew mode
- Disabling double vertical scrollbar and horizontal scrolling?
- Customize margin between paragraphs using the Gutenberg Style editor
- How to remove automatically added custom style tag?