Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1230865

    AnnaTPhoto
    Participant

    Hi, I’ve embedded a vimeo video and get thick black border around it. I’d like to remove them.
    I’ve tried:

    In Style (for the embedded video)
    border: 0;padding: 0;

    IN Custom CSS
    body .x-video .x-video-inner {
    padding-bottom: 0;
    height: auto;
    }

    And a few other things – from various posts in the knowledge base, but none of them seem to have helped.

    Can you please help.
    Thanks
    Anna

    #1231008

    Rupok
    Member

    Hey Anna,

    You don’t need to add CSS for this. Let’s enable “No Container” for the element – http://prntscr.com/cz24kq

    If you still see the border, let’s add this under Custom > CSS in the Customizer.

    .x-video.with-container {
      border: medium none;
      box-shadow: none;
      padding: 0;
    }

    Hope this helps.

    #1232225

    AnnaTPhoto
    Participant
    This reply has been marked as private.
    #1232632

    Friech
    Moderator
    This reply has been marked as private.
    #1232817

    AnnaTPhoto
    Participant
    This reply has been marked as private.
    #1232867

    Paul R
    Moderator
    This reply has been marked as private.