0

I cannot put related-video div near to the iframe. Here is a demo I have added float:left to the iframe but it hasn't worked. How can i put related videos to right side of the iframe like image below?

what i want

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
mcan
  • 1,914
  • 3
  • 32
  • 53

1 Answers1

1

Just try this.,

#related-videos {
    float: left;
}
Sathish
  • 2,440
  • 1
  • 11
  • 27