Home › Forums › CSS › Trying to remove an unsightly gap › Re: Trying to remove an unsightly gap
November 15, 2012 at 10:22 am
#114429
Member
Ok…it’s in the bar…so far so good.
Now, it has an id of “mr-social-sharing-toolkit-widget-2”.
If that is only used ONCE, then you could try
#mr-social-sharing-toolkit-widget-2 {
float:right;
}
That MIGHT break things but hopefully it will kick it over. You could tweak the margin or padding if you need to.