osompress / genesis-simple-share

Plugin: Genesis Simple Share
36 stars 16 forks source link

mobile twitter styling #82

Closed bellovia closed 7 years ago

bellovia commented 8 years ago

I'm using the plugin on a recent site re-design built on the altitude child theme and the tweet link seems to be expanded on mobile versions (480 px or narrower). Not sure if it's a plugin issue or a conflict with either the theme or another plugin that we're using. Hoping someone could take a peek and let me know if there's an adjustment I need to make in my theme to hide the "tweet" text.

Link to example post: http://kimklassen.com/welcome-to-our-new-home/

Thanks in advance! And thanks for the great plugin.

mobile_responsive_design_testing_-_2016-08-24_11 43 50

NicktheGeek commented 7 years ago

@bellovia looks like this is custom CSS. I tried checking quickly to see if I can identify why it is doing this. Looks like you can add this to your style.css file to resolve

.share-small .no-count .share {
    width: 0;
}
bellovia commented 7 years ago

That worked. Thanks so much Nick!