Viewing 5 replies - 1 through 5 (of 5 total)
  • +1
    I support this demand.

    Plugin Author Nick Halsey

    (@celloexpressions)

    Yes, certainly possible (I agree that the sizes might be a bit large in practice). Which display type are you using (icons/genericons/text)? I can give you the custom css snippet to paste into the custom css field that will do that. Text display will always take up the least height.

    Which url is that (and where)? I thought I switched them all to the WordPress.org page.

    Thread Starter Draky

    (@draky)

    I use “icon”, but size is the same for “icon” or “generic”, isn’t it ?
    Yes, I’m ok for a css snippet πŸ™‚ maybe, about 50 % size. Or at least I can choose with a % in the custom CSS ?

    For the URL :
    – go to http://celloexpressions.com/dev/
    – scroll a little down in “WordPress Plugins
    WordPress plugins extend WordPress’ core functionality. My plugins are available as free auto-installing downloads from the wordpress.org plugin repository and are designed to provide intuitive interfaces to add functionality to your website or blog. My plugins include:” and then the URL to your plugin is not the same as in your head menu (missing “index.php in URL) πŸ˜‰

    Plugin Author Nick Halsey

    (@celloexpressions)

    For smaller icons, use this css:

    .quickshare-icons.quickshare-small span {
    width: 24px;
    height: 24px;
    }

    This sets them at 24px square. I wouldn’t go any smaller than that because they become almost impossible touch targets. But you can change the 24s to any value. Note that this code changes the size of the small size only. If the css works, you should see the preview update immediately on the settings page!

    Genericons and icons use the same sizes, but completely different code (icons are simpler).

    At some point I want to make a library of custom css snippets for QuickShare customization, but for now please post more topics like this one in the QuickShare forum and I’ll post them here.

    Thanks for the broken link report. I made the mistake of trying a non-WordPress CMS for that site and it recently decided to break all of my link urls. I’m rebuilding my whole site soon (all in WordPress, of course), so I’m not putting much effort into that one now.

    Thread Starter Draky

    (@draky)

    Yes ! This is exactly the size I was looking for πŸ™‚
    Thank you !

    No problem for the broken links, was just a bonus note πŸ˜‰

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Request] Very small buttons’ is closed to new replies.