I have an issue that I don’t seem to be able to figure out a solution to and it’s driving me nuts. Have a site running on xenforo and have installed a file to to run the oembed. The embed renders but there is this gigantic top-margin that I can’t get rid of.
In looking at the CSS for the oembed, it looks like this:
.twitter-tweet-rendered {
position: relative!important;
max-width: 550px!important;
margin: 7px 0!important;
clear: both!important;
font: normal normal normal 14px/16px ‘Helvetica Neue’,Arial,sans-serif!important;
color: #333!important;
getting rid of that clear: both !important; seems to fix the problem, but because the style sheet renders w/ the !important tag, I can’t override it. Is there any easy fix to this problem?
Thanks