Title: Google  button display/formatting issue
Last modified: August 21, 2016

---

# Google button display/formatting issue

 *  Resolved [Marty](https://wordpress.org/support/users/bozzmedia/)
 * (@bozzmedia)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/google-button-displayformatting-issue/)
 * Great plugin! I’m having trouble using the Google+ button, specifically with 
   the overlay when you hover your mouse over.
 * Please see: [http://imgur.com/oXmhuwG](http://imgur.com/oXmhuwG)
 * I have tried playing with CSS borders and backgrounds, but I cannot get rid of
   the borders and other strange alignment issues here. Perhaps there has been an
   update to the button code?
 * Thanks for taking a look!
 * [http://wordpress.org/extend/plugins/wp-socializer/](http://wordpress.org/extend/plugins/wp-socializer/)

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

 *  Plugin Author [vaakash](https://wordpress.org/support/users/vaakash/)
 * (@vaakash)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/google-button-displayformatting-issue/#post-3688274)
 * Can you please give your site URL ???
 *  Thread Starter [Marty](https://wordpress.org/support/users/bozzmedia/)
 * (@bozzmedia)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/google-button-displayformatting-issue/#post-3688286)
 * Sure: [http://bit.ly/17tYysB](http://bit.ly/17tYysB)
    Thanks!
 *  [guillechampin](https://wordpress.org/support/users/guillechampin/)
 * (@guillechampin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/google-button-displayformatting-issue/#post-3688287)
 * Check the “table” styles from your css code.
    delete this! table { outline: 1px
   solid #666666; }
 * cheers!
 *  Plugin Author [vaakash](https://wordpress.org/support/users/vaakash/)
 * (@vaakash)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/google-button-displayformatting-issue/#post-3688289)
 * Hello as guillechampin said,
 * Just add the following line to the style.css file
 *     ```
       .gc-bubbleDefault {
           outline: none !important;
           box-shadow: none !important;
           -webkit-box-shadow: none !important;
           -moz-box-shadow: none !important;
       }
       ```
   
 *  Thread Starter [Marty](https://wordpress.org/support/users/bozzmedia/)
 * (@bozzmedia)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/google-button-displayformatting-issue/#post-3688294)
 * Removing the global table style for outline worked. Thank you Guille & Vaakash
   for the quick help!

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

The topic ‘Google button display/formatting issue’ is closed to new replies.

 * ![](https://ps.w.org/wp-socializer/assets/icon.svg?rev=1616975)
 * [WP Socializer - Simple & Easy Social Media Share Icons](https://wordpress.org/plugins/wp-socializer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-socializer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-socializer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-socializer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-socializer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-socializer/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 5 replies
 * 3 participants
 * Last reply from: [Marty](https://wordpress.org/support/users/bozzmedia/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/google-button-displayformatting-issue/#post-3688294)
 * Status: resolved