Tags not showing in mobile view
-
Hello. I noticed that the tags are not showing up in the mobile view. Can you tell me how to enable this feature?
-
@volanar said in Tags not showing in mobile view:
Hello. I noticed that the tags are not showing up in the mobile view. Can you tell me how to enable this feature?
do you have a custom class for tags in ACP > Settings > Navigation?
maybe that is preventing them to be seen?
-
@crazycells It doesn't just work for me. This doesn't work on all nodebb forums, including this one.
Mobile view
Dekstop view
-
@crazycells thanks .
Can you tell me how to override CSS styles so that tags have rounded edges?
-
@volanar said in Tags not showing in mobile view:
@crazycells thanks .
Can you tell me how to override CSS styles so that tags have rounded edges?try this:
.tag-item { border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
-
@crazycells thanks!
-
-
-