Thread Starter
Betty
(@bettyst)
I fixed it with a lot of CSS, also made the image look bigger and removed the description text:
.postswiper-postcats {
display: none;
}
.postswiper-postinfo {
border: 0 !important;
overflow: hidden;
font-size: 0px;
min-height: 300px;
}
.postswiper-featuredimg {
position: absolute;
top: 62px;
left: 0;
border-radius: 10px;
width: 100% !important;
height: calc(100% - 62px) !important;
margin: 0 !important;
background-color: #fff;
background-repeat: no-repeat;
background-size: contain !important;
}
.postswiper-wrapper.paper .postswiper-post {
background: #fff !important;
}
.postswiper-posttitle {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 85%;
}
-
This reply was modified 5 years, 5 months ago by
Betty.
Thread Starter
Betty
(@bettyst)
Ok no, there is still an issue on mobile where the page fully scrolls to the right when swiping left. 🙁
We purchased this plugin, this is very annoying..