New Landing How can we help? Atelier Tweets in Social Grid on chrome

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #211721
    leggero
    Member
    Post count: 107

    Hi guys

    I spotted a bug in the social grid / masonry blog: If you looked at it in chrome or on the ipad, the tweets don’t fit into the rectangle: http://www.appenzeller-gurt.com

    Firefox works fine.

    s. also screenshot attached

    Any ideas?

    Thanks and best regards
    Caspar

    Attachments:
    You must be logged in to view attached files.
    #211727
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .blog-items-wrap .details-wrap{
           overflow: hidden;
    }
    .posts-type-bold a, .masonry-items .blog-item a {
         word-break: break-word;
    }

    Hope it helps.

    -Rui

    #211728
    leggero
    Member
    Post count: 107

    Works perfectly, thanks!

    Best support ever!

    Caspar

    #211730
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks for your kind words.
    -Rui

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

You must be logged in to reply to this topic.