Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #572558

    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.

    #573641

    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

    #573676

    Worked perfect! Thank you!

    #573678

    You are welcome, glad to help :)

    Regards,
    Josue

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