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
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
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
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
Hi,
I’m glad Nikko’s suggestion worked. Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
You can close it, thanks again for the quick support.
Best,
Patrick
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon