PenciDesign replied
Staff Reply
Hi,
Unfortunately, currently this theme doesn't support this feature.
A tip for you: You should replace the custom CSS code from:
\
@media only screen and (max-width: 770px){
.penci-custom-excerpt {
margin-top: 0;
font-size: 12px;
color: #313131;
}\
}To:
\
@media only screen and (min-width: 770px){\
.penci-custom-excerpt {\
margin-top: 15px;\
font-size: 12px;\
color: #313131; \
}\
}For get best display results on the slider![]()
Best Regards,
PenciDesign