Plugin Author
jp2112
(@jp2112)
Add this to your local stylesheet:
a.button-dribbble,a.button-facebook,a.button-googleplus,a.button-linkedin,a.button-pinterest,a.button-rss,a.button-tumblr,a.button-twitter,a.button-turquoise,a.button-emerald,a.button-somekindofblue,a.button-amethyst,a.button-bluegray,a.button-tangerine,a.button-fall,a.button-adobe,a.button-lightgray,a.button-dull,a.button-fancypurple,a.button-dullpurple,a.button-crispblue,a.button-braised,a.button-midnight,a.button-salmon,a.button-neongreen,a.button-brown,a.button-sourgreen {width:150px}
This will set all buttons to be the same width. Change “150px” to whatever value you desire.
Hi – can you give more specific directions on how to change the width. Starting with where do I find the local stylesheet?
I am a fairly basic user so any help would be appreciated.
I have these rules in style.css of my theme and tested in the plugin itself. All buttons remain large, both in height and width. What am I doing wrong?
Plugin Author
jp2112
(@jp2112)
The CSS has changed slightly, you can target all the buttons at once using the scss3b-button class. Like this:
a.scss3b-button { width:150px !important}
Change “150px” to whatever value you desire.