Blank space under custom css icons, please help
-
Hello dear team, thanks in advance for the support. I kindly request your assistance since I’ve added custom css follow icons using AddToAny but there is a blank space under each icon. I’ve tried changing sizes but the issue persist, find below the screenshot and also the code I am using for custom follow icons.
This is the code I am currently using provided by you guys:
function addtoany_add_follow_services( $services ) { $services['example_follow_service_1'] = array( 'name' => 'Ameba Japón Blog', 'icon_url' => 'https://akariradio.com/wp-content/uploads/Perfi-de-Ameba-de-Akari-Radio.jpg', 'icon_width' => 44, 'icon_height' => 0, 'href' => 'https://www.example.com/${id}', ); $services['example_follow_service_2'] = array( 'name' => 'Google Photos', 'icon_url' => 'https://akariradio.com/wp-content/uploads/Google-Photos-de-Akari-Radio.png', 'icon_width' => 44, 'icon_height' => 0, 'href' => 'https://www.example.com/${id}', ); $services['example_follow_service_3'] = array( 'name' => 'Diigo', 'icon_url' => 'https://akariradio.com/wp-content/uploads/Diigo-en-Akari-Radio.jpg', 'icon_width' => 44, 'icon_height' => 0, 'href' => 'https://www.example.com/${id}', ); $services['example_follow_service_4'] = array( 'name' => 'Amazon', 'icon_url' => 'https://akariradio.com/wp-content/uploads/Amazon-Photos-de-akari-Radio.jpg', 'icon_width' => 44, 'icon_height' => 0, 'href' => 'https://www.example.com/${id}', ); $services['example_follow_service_5'] = array( 'name' => 'Instapaper', 'icon_url' => 'https://akariradio.com/wp-content/uploads/Insta-Paper-Akari-Radio.png', 'icon_width' => 44, 'icon_height' => 0, 'href' => 'https://www.example.com/${id}', ); return $services; } add_filter( 'A2A_FOLLOW_services', 'addtoany_add_follow_services', 10, 1 );
I really appreciate the support in advance.
Att. Director de Akari Radio Oswaldo Antonio Tipantasi Pinto desde Guayaquil Ecuador
https://www.akariradio.comThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Blank space under custom css icons, please help’ is closed to new replies.