center video shortcode while remaining responsive
-
I’d like to center my video clips while keeping the responsive. Here is what I’ve tried:
<div style="text-align:center; margin: auto;">[video shortcode]</div>
– no effect<div style="width: 680px; height: 470px; margin: auto;">[video shortcode]</div>
– centers on large browsers, not responsive though (crappy on iOS)<div style="padding-left: 50px;">[video shortcode]</div>
– centers on desktopand responsive, but on mobile is to the right of center.Any ideas?
- The topic ‘center video shortcode while remaining responsive’ is closed to new replies.