Options

Adjust width of label names in imageinfo

phaserbeamphaserbeam Registered Users Posts: 452 Major grins
edited November 10, 2013 in SmugMug Customization
Hi...

maybe this is interesting for others too... i didn't like the current imageinfo box which has really narrow label names if the filename is very long. See screenshot on the left.

I used this code to fix the label names, see screenshot on the right.
.sm-user-overlay-container .sm-text-mini.sm-imageinfo-label {
 display: block;
}

Not sure if this would break something else but the imageinfo looks much better now.
Sign In or Register to comment.