Link to home
Start Free TrialLog in
Avatar of webstuck5
webstuck5

asked on

ShareThis Buttons on Mobile Devices

I use ShareThis social media buttons on the bottom of my pages such as http://www.RomanceStuck.com. They work well on desktops and tablets but look too small to be functional on my iPhone. Is there some CSS code or something where I can have them load larger on mobile devices?

Thanks!
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

You can use media queries to detect the small screen and then apply different CSS rules for different devices.

Cd&
Avatar of webstuck5
webstuck5

ASKER

What CSS would work to make the ShareThis buttons larger?
If they are normal buttons the increasing the font-size would make the buttons larger that might also work for some custome buttons depending on how they are coded, for image buttons you will probably have to change the dimensions of the images.

You basically will have to do an alternate set of styles for the share this buttons.

Cd&
Unfortunately, I can't seem to get it to work.
ASKER CERTIFIED SOLUTION
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial