Can you tell me why this isn’t showing under the image for the blogs? I have it set to show all. I also have pagation to show 6 and only 3 are showing.
Thanks
Let me know on this please
Hi,
Thank you for the inquiry.
The title and excerpt are not displaying because the height of the avia-content-slider-inner is limited to 130px. Please remove this css code or adjust it accordingly.
.avia-content-slider-inner {
height: 130px !important;
}
Best regards,
Ismael
I don’t see this anywhere in the CSS code. All is see is this below, but it doesn’t look right.
.avia-slideshow-inner, .avia-slideshow-inner li, .avia-slideshow-inner li img {
height: 30vh !important;
}
}
Hi,
It’s added at the top of the Additional CSS box under Appearance->Customize.
Best regards,
Rikard
Once again, you are the best!