Hi. For Portfolio items in the “Masonry” Media Element, the excerpt or preview text does NOT display on mobile devices and small tablets in portfolio view. The title displays, but not the excerpt. On desktops and larger tablets in landscape view I see BOTH the title and excerpt. But on smaller screens I only see the title. How can you make the excerpt or preview text display for Portfolio items in the “Masonry” Media Element on small screens?
I provided a link in the private content below.
Thank you.
Hey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 767px) and (max-width: 989px) {
.responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content{display:block;}
}
Cheers!
Josue
Worked perfect! Thank you!
You are welcome, glad to help :)
Regards,
Josue