GeoDirectory SupportFacebook likes box dont show properly – GeoDirectory Support https://wpgeodirectory.com/support/topic/facebook-likes-box-dont-show-properly/feed Sun, 01 Mar 2026 11:13:07 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/facebook-likes-box-dont-show-properly/#post-13199 <![CDATA[Facebook likes box dont show properly]]> https://wpgeodirectory.com/support/topic/facebook-likes-box-dont-show-properly/#post-13199 Tue, 26 Aug 2014 17:04:13 +0000 amolin See image attached.

I guess this not happen in english (shorter text for the button)

]]>
https://wpgeodirectory.com/support/topic/facebook-likes-box-dont-show-properly/#post-13227 <![CDATA[Reply To: Facebook likes box dont show properly]]> https://wpgeodirectory.com/support/topic/facebook-likes-box-dont-show-properly/#post-13227 Tue, 26 Aug 2014 20:29:46 +0000 Paolo If you provide a link I can give you css to fix that. It is impossible to make it work out of the box with each and every language…

Thx

]]>
https://wpgeodirectory.com/support/topic/facebook-likes-box-dont-show-properly/#post-13263 <![CDATA[Reply To: Facebook likes box dont show properly]]> https://wpgeodirectory.com/support/topic/facebook-likes-box-dont-show-properly/#post-13263 Tue, 26 Aug 2014 23:25:18 +0000 amolin Your demo site shows the button in spanish in my browser.

]]>
https://wpgeodirectory.com/support/topic/facebook-likes-box-dont-show-properly/#post-13348 <![CDATA[Reply To: Facebook likes box dont show properly]]> https://wpgeodirectory.com/support/topic/facebook-likes-box-dont-show-properly/#post-13348 Wed, 27 Aug 2014 16:24:55 +0000 Paolo Hi,

yes the browser language will determine the language on the social buttons.

I think the only solution there to make sure they all fit is to place them all on their own line.

Something like this should do it:


.likethis iframe {
    display: block;
    margin: 0 0 10px;
}

Otherwise you could play with their width.
Add this to your child theme style.css and play around with width till you find the ideal solution for spanish.


.likethis .twitter-share-button {
    width: 90px !important;
}

.likethis iframe.facebook {
    width: 90px !important;
}

.likethis #___plusone_0 {
    width: 75px !important;
}

let us know

]]>