Title: Please scale down Amazon Logo
Last modified: December 21, 2016

---

# Please scale down Amazon Logo

 *  Resolved [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/)
 * Hi,
 * please reduce the size of the Amazon logo to be max size 30px at the admin area.
   Where the logo displays well at the pages or post editor, there are numerous 
   plugins using the editor do show a huge Amazon Logo.
 * `<img src="https://images-na.ssl-images-amazon.com/images/G/01/PAAPI/AmazonAssociatesLinkBuilder/
   icon._V278877987_.png" id="aalb-admin-searchbox-amzlogo">`
 * I think usually the logo should not exceed 30px os I found this CSS at aalb_admin.
   css:
 *     ```
       img#aalb-admin-searchbox-amzlogo {
         width: 30px;
         height: 30px;
         padding: 0px;
       }
       ```
   
 * but for some reason this is not taken into account everywhere!?
 * Many thanks!
 * Cheers
    Joerg
    -  This topic was modified 9 years, 5 months ago by [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/).
    -  This topic was modified 9 years, 5 months ago by [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/).

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/please-scale-down-amazon-logo/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/please-scale-down-amazon-logo/page/2/?output_format=md)

 *  Thread Starter [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-8594286)
 * Hi,
 * can you please take action here, my editor has a large area with a huge amazon
   logo, I have to switch off the amazon plugin to have a regular sized tool bar
   and to be able to work as used to be….
 * Thanks!
 *  Thread Starter [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-8599990)
 * Here is an example of how it looks like on a page or post edit (which is ok):
 * ![Logo perfect sized!](https://i0.wp.com/dl.dropboxusercontent.com/u/97143592/
   pagepost.jpg?ssl=1)
 * But at any other location where the advanced editor is used I’m getting this:
 * ![Logo too big!](https://i0.wp.com/dl.dropboxusercontent.com/u/97143592/anyother.
   jpg?ssl=1)
 *  Plugin Author [Amazon Associates Link Builder](https://wordpress.org/support/users/amazonlinkbuilder/)
 * (@amazonlinkbuilder)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-8600012)
 * Hi YogieAnamCara,
 * Thanks for providing feedback. Can you help us with advanced editor it is? Does
   max-height:30px; max-width:30px; solve the issue for you?
 * Let us know and we’ll roll out this fix in the next plugin update.
 *  Thread Starter [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-8600048)
 * Hello,
 * many thanks for your feedback I’m using
 * > [TinyMCE Advanced](http://www.laptoptips.ca/projects/tinymce-advanced/)
 * but even if I switch the advanced editor plugin off, and just using the WP visual
   editor I do have the same issue.
 * Here is an example of my event management plugin, the visual editor (with turned
   OFF tinyMCE Advanced plugin) looks still like this, but even at the text editor
   it looks the same:
 * ![Only WP build in visual editor!](https://i0.wp.com/dl.dropboxusercontent.com/
   u/97143592/EME%20Plugin%20Editor.jpg?ssl=1)
 * As said before setting the CSS
 *     ```
       img#aalb-admin-searchbox-amzlogo {
         max-width: 30px !important;
         max-height: 30px !important;
         padding: 0px;
       }
       ```
   
 * at the CSS file aalb_admin.css from the admin/css is not changing the size of
   the logo.
 * Highly appreciated if this could be fixed.
 * Many thanks in advanced.
 *  Thread Starter [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-8623248)
 * This is the code from one of the pages that are including the Amazon logo, it
   looks like that the CSS is not taken into account or loaded on that page…?
 *     ```
       <div id="aalb-admin-searchbox">
         <img src="https://images-na.ssl-images-amazon.com/images/G/01/PAAPI/AmazonAssociatesLinkBuilder/icon._V278877987_.png" id="aalb-admin-searchbox-amzlogo"><input type="text" id="aalb-admin-input-search" name="aalb-admin-input-search" placeholder="Enter keyword(s)" onkeypress="aalb_submit_event(event,&quot;aalb-admin-button-create-amazon-shortcode&quot;)"><a class="button" title="Add Amazon Associates Link Builder Shortcode" id="aalb-admin-button-create-amazon-shortcode" onclick="aalb_admin_show_create_shortcode_popup()">Search</a>
         </div>
       ```
   
 * If I go into the CSS file of the plugin that is using the editor and add the 
   CSS everything turn out fine… but it can’t be the case that I would need to add
   the CSS to any plugin using a editor? The huge logo is for example showing up
   at these plugins editor…
 * [https://wordpress.org/plugins/events-made-easy/](https://wordpress.org/plugins/events-made-easy/)(
   at the event edit page)
    [https://wordpress.org/plugins/newsletter-subscription-form/](https://wordpress.org/plugins/newsletter-subscription-form/)(
   at the theme settings tab, here is also the “search” button missing!) [https://wordpress.org/plugins/popup-builder/](https://wordpress.org/plugins/popup-builder/)(
   at the editor for each popup)
 * just to name a few
 *  Thread Starter [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-8668023)
 * And even with the latest Version 1.4 same issue while displaying the Amazon Logo
   as too big still appears.
 *  Plugin Author [Amazon Associates Link Builder](https://wordpress.org/support/users/amazonlinkbuilder/)
 * (@amazonlinkbuilder)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-8668219)
 * Hi YogieAnamCara,
 * Thanks for providing feedback with example plugins where logo appears big. We
   were able to re-produce it.
    We are tracking this issue now and will fix this
   with next plugin update for sure. Can you write us at [link-builder@amazon.com](https://wordpress.org/support/topic/please-scale-down-amazon-logo/link-builder@amazon.com?output_format=md)
   so that we can assist you in a temporary solution until the next update?
 *  Thread Starter [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-8677849)
 * Hi,
 * many thanks, I will wait for the next update to see it fixed, I lived so long
   with the large logo, I’ll not waist your time for a temp solution when you will
   fix it anyways 🙂
 * Thanks!
 * Cheers
    Joerg
 *  Thread Starter [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-8774864)
 * Still not fixed so far 🙁
 *  Plugin Author [Amazon Associates Link Builder](https://wordpress.org/support/users/amazonlinkbuilder/)
 * (@amazonlinkbuilder)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-8839329)
 * Hi [@yogieanamcara](https://wordpress.org/support/users/yogieanamcara/),
 * We just rolled out v1.4.1 of the plugin which includes this fix. Please upgrade
   to the latest version and confirm that the amazon logo size issue is fixed for
   you now. Cheers!
 *  Thread Starter [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-8839356)
 * Excellent, [@amazonlinkbuilder](https://wordpress.org/support/users/amazonlinkbuilder/)!
 * I can confirm the latest version fixed the “Stay Puft Marshmallow Man” logo.
 * Thanks a lot!
 * Cheers
    Joerg
 *  Thread Starter [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-9243353)
 * Hi [@amazonlinkbuilder](https://wordpress.org/support/users/amazonlinkbuilder/)
 * I’m sorry to tell you that the issue is back with version 1.4.5
 * Please fix 🙂
 * Many thanks in advance!
 * Cheers
    Joerg
    -  This reply was modified 8 years, 11 months ago by [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/).
 *  [superninchen](https://wordpress.org/support/users/superninchen/)
 * (@superninchen)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-9244252)
 * Hm, I got the latest version 1.4.5 and it looks alright in my editor.
    ⌊icon 
   displaying correctly⌉
 * Or am I getting it wrong?
 *  Thread Starter [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-9245338)
 * I have it look like this in my EME (Events Made Easy)
 * ![EME shows AMAZON like this](https://i0.wp.com/abload.de/img/amazonlink20swu.
   jpg?ssl=1)
    -  This reply was modified 8 years, 11 months ago by [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/).
    -  This reply was modified 8 years, 11 months ago by [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/).
 *  [superninchen](https://wordpress.org/support/users/superninchen/)
 * (@superninchen)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/#post-9245369)
 * Hm, perhaps the other plugin overwrites the style information. Have you updated
   that one recently, too? Pretty likely, as (at least at my end) nearl all plugins
   were adapted to WP4.8.
 * Maybe the cause is then in the other plugin(s)?
 * Just guessing…

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/please-scale-down-amazon-logo/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/please-scale-down-amazon-logo/page/2/?output_format=md)

The topic ‘Please scale down Amazon Logo’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/amazon-associates-link-builder_fec375.
   svg)
 * [Amazon Associates Link Builder](https://wordpress.org/plugins/amazon-associates-link-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amazon-associates-link-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amazon-associates-link-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/amazon-associates-link-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amazon-associates-link-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amazon-associates-link-builder/reviews/)

 * 17 replies
 * 3 participants
 * Last reply from: [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/please-scale-down-amazon-logo/page/2/#post-9249960)
 * Status: resolved