In my site, the presentation page of all the categories is currently rather wild. Each panel describing the category have a size that seems to vary with either the aspect ratio of the image, the length of the description, and/or the number of topics within it. How can I have equal sizes for each of those panels, with an automatic resizing of the figure if need be? I am using the Grey Amber theme.
3 Likes
It looks this could use some work on our end… the gap below the wide image is especially bad. in the meantime, applying a little CSS can consistently get the layout to be
title
logo
description
.category-list {
.category-logo.aspect-image {
float: none;
margin: 1em 0 0;
}
}
4 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.