Overlay + Margin tweaks
-
Hi, it’s me again. Thank you very much for the image standardisation fix from before, I was just wondering how I can make some final tweaks so that it matches the other image montage I have below. I’m looking to remove the margins in between each author’s column as well as change the overlay so that it doesn’t white out, but slightly darkens so that author’s name appear in the middle and their pfp can still be seen.
Not sure how to add in additional css if there are multiple tweaks, but the current css code I’m using is:
.authors-list-items-s3 .authors-list-item img {
height: 190px;
width: 100%;
}@media only screen and ( max-width: 720px ) {
.authors-list-items-s3 .authors-list-item img {
height: auto;
}
}The page I need help with: [log in to see the link]
- The topic ‘Overlay + Margin tweaks’ is closed to new replies.