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
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
Hello Rikard,
I wrote the link into the private content area.
Regards
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
Thx alot. It seems, that the css-code is working.
Regards