Awesome Plugin – Works Great!!
-
Love this plugin – it’s straightforward, works great, and solves something that’s been a long-time frustration of mine.
I made two small tweaks for spacing and readability for my own site, in case they’re of interest:
/* Improve spacing and prevent Site Title from eating WP Logo */ #wpadminbar .quicklinks > ul > li, #wpadminbar .quicklinks .ab-item { max-width: 100px; } /* Media Query - Min-Width: 1061px */ @media only screen and (min-width: 66.3125em) { #wpadminbar .quicklinks > ul > li, #wpadminbar .quicklinks .ab-item { /* Reset the spacing. */ max-width: initial; text-overflow: clip; } }
Without the max-width, the site title wound up eating the WP logo on the left side a little bit.
Thx so much for the awesome plugin!!
- This topic was modified 5 years, 6 months ago by .
- This topic was modified 5 years, 6 months ago by .
- This topic was modified 5 years, 6 months ago by .
- This topic was modified 5 years, 6 months ago by .
- This topic was modified 5 years, 6 months ago by .
- This topic was modified 5 years, 6 months ago by .
- The topic ‘Awesome Plugin – Works Great!!’ is closed to new replies.