I need help with embed

please help, i know how to embed the twitch and the chat but i cant put one next to the other, always the chat is under the stream!! please someone can help me with this? im using wordpress

Set widths on both iframes/div and float left

Basic CSS…

<html>
<body>
<iframe src="https://www.twitch.tv/CHANNEL/embed" style="width: 200px; height: 200px; float: left;" />
<iframe src="https://www.twitch.tv/CHANNEL/chat" style="width: 200px; height: 200px; float: left;" />
</body>
</html>

Above is quick and dirty and probable doesn’t work, but serves as an example :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.