Title: Icon Location
Last modified: May 3, 2017

---

# Icon Location

 *  Resolved [Seeyay](https://wordpress.org/support/users/progress-is-knowledge/)
 * (@progress-is-knowledge)
 * [9 years ago](https://wordpress.org/support/topic/icon-location-2/)
 * Hi,
 * The icons are showing behind a vimeo/youtube clip on most articles. This was 
   not an issue before and happened with the latest update.
 * Please see below.
 * [https://ibb.co/dJCsVk](https://ibb.co/dJCsVk)
 * Thank you.
 * Best regards,
 * Carl

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [Seeyay](https://wordpress.org/support/users/progress-is-knowledge/)
 * (@progress-is-knowledge)
 * [9 years ago](https://wordpress.org/support/topic/icon-location-2/#post-9094291)
 * Correction of above, it happens for youtube clips, but not Vimeo. And it is worse
   on the mobile site.
 * Is there perhaps a way to input some costume code to move them down a bit (like“
   <br>”).
 * Thanks.
 * // Carl
 *  [Macho Themes](https://wordpress.org/support/users/machothemes/)
 * (@machothemes)
 * [9 years ago](https://wordpress.org/support/topic/icon-location-2/#post-9094316)
 * Hi [@progress-is-knowledge](https://wordpress.org/support/users/progress-is-knowledge/),
 * have forwarded this to our development team and will try to address it ASAP.
 * Thanks,
    Cristian.
 *  [Macho Themes](https://wordpress.org/support/users/machothemes/)
 * (@machothemes)
 * [9 years ago](https://wordpress.org/support/topic/icon-location-2/#post-9094352)
 * Hello [@progress-is-knowledge](https://wordpress.org/support/users/progress-is-knowledge/),
 * The social share bar output can be modified using the following filters:
 * kiwi_article_bar_list_custom_class // adds an extra class to the container
    kiwi_before_article_bar//
   happens before the UL tag kiwi_before_first_article_bar_item // happens before
   the first LI item kiwi_after_last_article_bar_item // happens after the last 
   LI item kiwi_after_article_bar // happens after the UL tag
 * I would suggest using the kiwi_before_article_bar filter..
 * e.g.
 * add_filter( ‘kiwi_before_article_bar’, ‘prefix_add_br’ );
    function prefix_add_br(
   $html ) { return ‘<br/>’; }
 * Let me know if this helps!
 * Thanks,
    Cristian.
 *  Thread Starter [Seeyay](https://wordpress.org/support/users/progress-is-knowledge/)
 * (@progress-is-knowledge)
 * [9 years ago](https://wordpress.org/support/topic/icon-location-2/#post-9095791)
 * Hi,
 * Should I add this to the child theme’s stylesheet? Or should I enter this into
   the plugin code?
 * Thanks.
 * Carl
 *  [Macho Themes](https://wordpress.org/support/users/machothemes/)
 * (@machothemes)
 * [9 years ago](https://wordpress.org/support/topic/icon-location-2/#post-9096196)
 * Hello,
 * You should add this in your functions.php file
 * Thanks,
    Cristian

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Icon Location’ is closed to new replies.

 * ![](https://ps.w.org/kiwi-social-share/assets/icon-256x256.png?rev=1445882)
 * [Social Sharing Plugin - Kiwi](https://wordpress.org/plugins/kiwi-social-share/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kiwi-social-share/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kiwi-social-share/)
 * [Active Topics](https://wordpress.org/support/plugin/kiwi-social-share/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kiwi-social-share/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kiwi-social-share/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Macho Themes](https://wordpress.org/support/users/machothemes/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/icon-location-2/#post-9096196)
 * Status: resolved