Need to reposition button
-
My share button is showing up right on top of my content (no space in between at all). I’d like to reposition it. I’ve found the code that will do it, but the style is inline and I don’t know how to change that. Here is the code:
<div class="fcbk_share"> <div class="fb-share-button fb_iframe_widget" data-href="https://outtacontext.com/blog/2008/04/passover_oy_suc/" data-type="button_count" fb-xfbml-state="rendered" fb-iframe-plugin-query="app_id=1443946719181573&container_width=600&href=http%3A%2F%2Fouttacontext.com%2Fblog%2F2008%2F04%2Fpassover_oy_suc%2F&locale=en_US&sdk=joey&type=button_count"> <span style="vertical-align: bottom; width: 69px; height: 20px;"> </div> </div>
I want to be able to change the inline style on the span:
<span style="vertical-align: bottom; width: 69px; height: 20px;">
How can I do that?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Need to reposition button’ is closed to new replies.