Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #647263

    Hello,

    I’ve a masonry gallery and If I open my webpage on my tablet, the titles of my gallery elements are cutted, if the words are a little bit longer as the others…
    How can I solute this problem?

    Regards

    #647787

    Hey researchtools,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #650732

    Hello Rikard,
    I wrote the link into the private content area.
    Regards

    #651283

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .av-masonry-entry .av-masonry-entry-title {
        word-break: break-all !important;
    }
    }

    Thanks,
    Rikard

    #651369

    Thx alot. It seems, that the css-code is working.
    Regards

    #651931

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.