Thanks for the reply.
I am redoing our club web site, trying to “spruce it up”. Most of the club’s communications are presented as PDFs. This includes items such as the club’s newsletter (“Trillium”) and membership directories. In searching for gallery tools to present photos and perhaps video I stumbled on your Document Gallery plugin. WOW! That’s just the ticket.
I finally figured out how to create PDF thumbnails and get them posted on the page. However, all of the icons are presented on the left of the page or display area. See the Trillium menu item on the my web site as mentioned in my prior post.
I investigated and tried the suggestions you gave in your posts in “Icons not in columns”. Didn’t work.
I talked with Mr. Google, who came up with other suggestions which didn’t have any effect either.
The only thing that made the column of icons move was to change
div.descriptions.document-icon-wrapper div.document-icon{
max-width: 115px;
padding: 0;
padding-right: 3px;
float: left;
to
float: right;
where the column moved to the right (as would be expected).
Since nothing else works, I wondered it the issue is how the theme Tempera handles icon placement etc.
I would like to place the column of icons down the center of the display area. It would be really (really, really) nice if the icons could be displayed in a matrix (2 x n, 3 x n…) based upon the width of the display area, but I guess this is the subject of a “wish list”.
Hopefully, I have presented my problem fully enough so you can understand what I am talking about.
Thanks for your efforts… Tom.