Facebook likes box dont show properly

This topic contains 3 replies, has 2 voices, and was last updated by  Paolo 9 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #13199

    amolin
    Buyer
    Post count: 161

    See image attached.

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

    #13227

    Paolo
    Site Admin
    Post count: 31206

    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

    #13263

    amolin
    Buyer
    Post count: 161

    Your demo site shows the button in spanish in my browser.

    #13348

    Paolo
    Site Admin
    Post count: 31206

    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

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket