Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Trying to remove an unsightly gap Re: Trying to remove an unsightly gap

#114429
Paulie_D
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.