Options

Delete Mobile Thumbnail Captions?

Spencer Cox PhotoSpencer Cox Photo Registered Users Posts: 2 Beginner grinner
edited October 4, 2015 in SmugMug Customization
Hi everyone,

I have been using Smugmug for about six months at this point. Early on, I realized that the thumbnails on my mobile page had very frustrating captions that covered about 2/3 of the photo. To fix this, I used the following CSS on just my gallery pages, and it fixed the problem:

@media screen and (max-width: 1024px) {
.sm-tile-info {
display:none;
}
}

Now the issue has begun to occur again (as of yesterday), even though I have not changed any of the CSS on my website. I am far from an expert on CSS and HTML, and I was hoping that someone else would know what was going on. Here's a screenshot from my mobile site to illustrate the issue:

Screenshot.jpg

Could it be that the .sm-title-info line no longer applies to photo titles and captions? As an experiment, I added the above code to the entire theme of my website, and it did indeed delete titles elsewhere on the site -- just not the ones on these thumbnails.

Thank you all for the help. This issue is terribly frustrating.
Spencer

Comments

Sign In or Register to comment.