Hello. I’m using CSS to format a site. I’d like the twitter feed to be positioned basically in the middle of the page. No matter what code I add, the widget is stuck above another widget on the page. I’m rather confused why.
Here’s the CCS code:
.twitter-timeline {
position: absolute
left: 550px;
top: 300px;
width:300;
height: 200;
}
and the widget:
<div class="twitter-timeline" 'href="https://twitter.com/BradNoeMusic" data-widget-id="678692419626401792">Tweets by @BradNoeMusic</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
Anything obvious you can see?
I haven’t published the page yet, but intend to soon.
thanks for your help.
Pamela