-
AuthorPosts
-
December 17, 2015 at 1:50 pm #711186
1)
Using Cornerstone, at the top of my home page, I embedded a video into a section with no other elements or containers. There is a padding around the video, as well as a thin border. I would like to remove both, so that the left edge of the video aligns with the images in the sections below. Please show me how to do this.
Thanks!
grandpals.ca
December 17, 2015 at 1:51 pm #711191This reply has been marked as private.December 17, 2015 at 5:51 pm #711540Hi there,
You can add this under Custom > CSS in the Customizer.
.x-video.embed.with-container { border: 0; padding: 0; }
Hope this helps.
January 29, 2016 at 12:57 am #770058Hi,
How would I remove the white border just for one particular video on one page?
I am running X 4.32 and Cornerstone 1.10
the video I want to remove the border on is.
http://marcusrobb.info/abouttaa.
MJanuary 29, 2016 at 1:04 am #770082Hi M,
Thanks for writing in! Unfortunately, we can’t see the border in question on our end. Would you have happened to have solved your issue already? There is only one video on this page and it doesn’t have a border. Please update us otherwise – thanks!
January 29, 2016 at 2:49 am #770209Sorry – I had the following code in Css in customizer.
I’ve no removed it please have another look!.x-video.embed.with-container {
border: 0;
padding: 0;
}kind regards
Marcus
January 29, 2016 at 5:37 am #770406Hi Marcus,
You can add the css code directly in the style field of your video embed element.
border: 0;padding: 0;
http://screencast.com/t/Nq1yOqyK
Hope that helps.
January 29, 2016 at 9:10 pm #771514Perfect, Thanks!
as always ; )
m
January 30, 2016 at 8:04 am #771943You’re most welcome 🙂
If you need anything else, please let us know.
-
AuthorPosts