erich37 Well-known member Jul 1, 2015 #1 give more horizontal "space" between Tags on "mobile view". Upvote 1
Mike XenForo developer Staff member Jul 1, 2015 #2 This is more of a bug which has been fixed: Fixed - Thread Tags Spacing
erich37 Well-known member Jul 1, 2015 #3 margin-bottom: 3px or 4px would look better IMHO. maybe 3px as there is also 3px for "margin-right" (at the "Page Nav") here: Code: .PageNav .pageNavHeader, .PageNav a, .PageNav .scrollable { display: block; float: left; margin-right: 3px; } Last edited: Jul 1, 2015
margin-bottom: 3px or 4px would look better IMHO. maybe 3px as there is also 3px for "margin-right" (at the "Page Nav") here: Code: .PageNav .pageNavHeader, .PageNav a, .PageNav .scrollable { display: block; float: left; margin-right: 3px; }