Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #711186

    dlmorey
    Participant

    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

    #711191

    dlmorey
    Participant
    This reply has been marked as private.
    #711540

    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .x-video.embed.with-container {
        border: 0;
        padding: 0;
    }

    Hope this helps.

    #770058

    Marcus R
    Participant

    Hi,
    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/about

    taa.
    M

    #770082

    John Ezra
    Member

    Hi 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!

    #770209

    Marcus R
    Participant

    Sorry – 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

    #770406

    Paul R
    Moderator

    Hi 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.

    #771514

    Marcus R
    Participant

    Perfect, Thanks!

    as always ; )

    m

    #771943

    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else, please let us know.