Hi,
On my page - http://staging.dwanedigital.co.uk/seo/ within the “What is SEO” section I am trying to align the video in the centre of the column, so it is aligned with the text.
I’ve used this CSS within the element CSS
$el {
float: none;
display: inline-block;
vertical-align: middle;
}
However that does not work and i’m not sure why. I can add padding to the top of the video via the element CSS but I don’t know if that’s just a poor way of doing it?
Thanks