Hello,
I’ve got the following custom css
@media only screen and (max-width: 767px) {
.page-id-162 .slide-entry {
width:100% !important;
margin-left:0 !important;
}
}
.slide-entry-excerpt {
padding-bottom:32px;
}
The time is cut off on every other post in mobile view
Hey feoleb,
Try adding the following to quick css to the media query you posted above:
article.slide-entry.flex_column.post-entry{
padding-top:32px!important
}
Let me know if this works for you
Best regards,
Jordan Shannon
Hello,
That did it! Thanks. It looks great on mobile now.
Brendon
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
Hi,
Best regards,
Jordan Shannon