10/05/2014 at 1:15 pm
#306070
Keymaster
@ holly
The size seems to be set by the theme’s or another plugin’s CSS (or maybe some javascript). I could not find the origin of the issue and the CSS was the best I could come up with.
I, temporarily added the same YouTube video to the cMap sample. As you see it is sized correctly.
There seems to be other CSS conflicts with the theme too. Add the following to the theme’s custom CSS area:
#cn-cmap img.cn-image.logo {
width: auto;
float: none;
border-radius: 0;
box-shadow: none;
}
#cn-cmap span {
margin: 0;
}
#cn-cmap span.cn-return-to-top img {
width: 22px
}
Hope that helps!
