Blog grid “bug” on custom taxonomies
-
Hi,
I’m not sure if it’s a bug, but sure is an interesting enhance for the plugin: the blog grid should be writen in a generic way in the plugin CSS. I mean:
https://sextavision.es/tema/cnn-dinero/
In that link (a tag archive page) the grid is working fine. The articles are resized with this CSS:
media (min-width: 1220px) .tw-blog-grid.tw-blog-columns-3 #site-content .hentry { width: calc(33.3333% - 21.333px); margin-left: 32px; }
It uses the tw-blog-grid class in the body. Ok.
But the “problem” cames when I use a custom taxonomy like this one:
https://sextavision.es/personaje/maria-lorca-susino/
Or the search results page:
https://sextavision.es/?s=susino
There is no tw-blog-grid class in the body, so wouldn’t be better to use the “archive” class instead of “tw-blog-grid” to apply the grid style to all archive pages (search, categories, tags, custom taxonomies…)?
Thanks for hearing!
The page I need help with: [log in to see the link]
- The topic ‘Blog grid “bug” on custom taxonomies’ is closed to new replies.