Hi,
concerning the thumbnail size… I put them in the footer of my Event theme. For vertical alignment it is OK, but changing to horizontal alignment they are stretched horizontally, which looks very unnatural. To get rid of horizontal stretching I change the wp-sponsors-public.css file like this:
.widget_sponsors_widget ul.horizontal li.sponsors-item a img {
max-height: 100%; /*instead of 100px; */
padding-bottom: 15px;
}
And I would really appreciate that if this solution is good, you put it in the next update, because I really need this to not change when I update my plugins.
-
This reply was modified 8 years, 1 month ago by
raalto. Reason: post scriptum