I’ve got a page that members can visit that lists all the posts on my site labeled FITNESS. I like the functionality and how it looks but as the number of posts grows, I am wondering if I can make this a TWO COLUMN thing? I’d like to be able to use something like a
to make a two-column view but mysite.com/tag/fitness isn’t an editable page since it’s just the results of a tag search.
If your theme doesn’t have a tag.hbs, you can simply create it and style it however you want. Though, there are no immediate styling options available without coding.
Depending on how a potentially existing tag.hbs is structured, you could also get away with some code injections by manipulating the CSS that’s already implemented.