Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1199191

    Dear support team,

    I am using the masonry gallery displaying title and excerpt. Between a window width of 767px to 989px the excerpts are disappearing. Any chance to show title plus excerpts on any screen size?

    Thanks for your help.

    Kind regards,
    Patrick

    #1199472

    Hi Patrick,

    It’s possible via Quick CSS.
    Can you give us a link to the page? so we can inspect on it and give you an accurate CSS code to use.

    Best regards,
    Nikko

    #1199518
    This reply has been marked as private.
    #1199524

    Hi heiwo2,

    Please try adding this CSS code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 989px) and (min-width: 767px)
      .responsive #top .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
        display: block;
      }
    }

    Best regards,
    Nikko

    #1199566

    Hi Nikko,

    thank you so much.

    In your code is just one brace in the first line missing, corrected it works perfectly:

    @media only screen and (max-width: 989px) and (min-width: 767px) {
      .responsive #top .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
        display: block !important;
      }
    }

    Thanks again.

    Best,
    Patrick

    • This reply was modified 4 years, 7 months ago by Patrick.
    #1199574

    Hi,

    I’m glad Nikko’s suggestion worked. Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1199577

    You can close it, thanks again for the quick support.

    Best,
    Patrick

    #1199578

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Enfold Masonry Gallery entry content not showing’ is closed to new replies.