Okay
  Public Ticket #3004098
Salient Theme Portfolio Vimeo Embed
Closed

Comments

  • therealsparks started the conversation

    I would like to have this video center within the first left column, then have the list of features center to the right of that element on the same line. -- When I attempt to do a standard vimeo embed code, the margins mess up and either the video is centered, but it pushes the features to a new line/table below or both elements stay on the same line but the video will not center.

  • therealsparks replied

    I am currently using the embed code this to make the vimeo video center. 

    <div><div class="js-video [vimeo, widescreen]">
     
    </div>

  •  1,877
    Judith replied

    Hi Therealsparks,

    Thanks for writing in.

    Please try out this css:

    .single-portfolio .post-area .video {
        margin-left: 15vw;
    }

    Thanks.