@
re: Is any of this normal? If not, any idea what could be causing these glitches?
Nope, not normal. Looks like the glossary plugin you’re using is rewriting HTML for the Energy category.
re: the Finance Category has several sub-categories and when the grid is enabled through Settings > Display, clicking on this tile should display the sub-categories grid, Banking, Credit Unions, Investments etc… but when using it as a shortcode only reloads the top level image grid.
Enable the Display Children option on the settings admin page.
re: To complement the image grid I am using sidebars with your widgets,
The theme is stomping over the widget styles abit. Try adding this to the theme’s custom CSS area:
ul.cn-cat-tree.cnw-style-accordion li.cn-cat-parent a {
line-height: inherit !important;
}
re: but this means that the titles are way too large for the smaller tiles. I don’t suppose there’s a way of reducing the size of the font of the tile labels, is there?
I suggest hiding the count to reduce label length.
Also, you can add this CSS to the theme’s custom CSS area:
ul.cn-category-image-container .cn-category-image-block span.cn-term-name {
font-size: 12px !important;
}
Tweak as desired.
Hope this helps!
