Hi Ben! I’m sorry for my slow response (especially thank you for yours). I added both codes but they didn’t change anything. I’m pretty new to wordpress so I might be missing something basic.
Just in case it’s relevant, I have a longish list of codes in the Custom CSS. Here’s the full text:
.further-reading{
display: none;
}
.comments- {
padding: 0 5% !important;
}
.comment-content {
width: 70% !important;
}
.entry-categories, .entry-tags {
display: none;
}
.entry-container {
padding: 0 5% !important;
}
.ngg-galleryoverview {
text-align:center;
}
.ngg-gallery-thumbnail-box {
float:none !important;
display:inline-block;
}
.ngg-gallery-thumbnail img {
padding: 0px !important; border: none !important;
border-radius: 0px !important;
margin: 0 !important;
}
.ngg-galleryoverview {
overflow:visible!important;
}
.ngg-gallery-thumbnail img {opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: opacity .5s linear;
}
.ngg-gallery-thumbnail img:hover {opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: opacity .5s linear;
}