Re: Media Queries
Posted by
Harvey on
Nov 12, 2016; 9:15pm
URL: https://support.nabble.com/Media-Queries-tp7597404p7597507.html
Greg you solved my problem maybe without realizing it.
Here is the macro for that page:
<macro name="view_category_page">
<n.app_html>
<head>
<n.app_title/>
<n.category_table_stylesheet/>
</head>
<body>
<n.topics_action_link/>
<n.people_action_link/>
<n.options_action_menu/>
<n.category_table.>
<n.subcategories_column/>
<n.topic_count_column width="5em"/>
<n.post_count_column width="5em"/>
<n.last_post_column/>
</n.category_table.>
<n.forum_footer/>
</body>
</n.app_html>
</macro>
Just override the macro and remove the topic and post count lines and it fits nicely on a phone. Be nice to do it only on small screens, but it is what it is.
I think I only need to remove one column trying to decide which is more important.
Opinions?
HTTPS Please!