Viewing 3 replies - 1 through 3 (of 3 total)
  • You’ll need to wrap some divs round the parts to be able to control their appearance:

    <div class="video-block">
    ... video link ...
    </div>
    <div class="text-block">
    ... subheading and bullet points ...
    </div>

    then in your custom css:

    .video-block {float:left}
    .text-block {float:left}

    Some more work may then be necessary, if so please repost.

    Thread Starter sinceday1

    (@sinceday1)

    Thanks Iorro.

    I was able to get them next to each other, the only problem now is the content is overlapping on the video.

    Any suggestions on how to separate them?

    A bit more custom css:

    .text-block {
      margin-left:40px
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make a video smaller’ is closed to new replies.