not too sure why but things are not working out today…
trying to reduce the font size of the portfolio titles on mobile. i used below without effect.
@media only screen and (max-width: 480px) {
.av-masonry-entry .av-masonry-entry-title {
font-size: 16px !important;
}}
resolved. the thread can be closed.