# Can I know why my forms looks like this?
1. The roles didn't show
2. The line were above name
And can I also make the quicktags on reply text area only show the spoiler button?
Link to only show the spoiler quicktag on main text area:
https://gvectors.com/forum/how-to-and-troubleshooting/help-me/#post-14655
Another problem:
=>The comments on my forms frequently didn't show unless I clicked the sorting button (most voted, newest, oldest)
Sorry @astghik I didn't tell it.
By the way The comments that would not show unless I clicked the sorting button is happened on mobile.
Please add the following CSS code in "Custom CSS code" textarea, located in the Dashboard > Comments > Settings > Styles admin page:
@media screen and (max-width: 800px){
#wpcomm .wc-comment .wc-comment-left {
margin-bottom: 0px;
height: 0 !important;
}
}
Please try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.
By the way The comments that would not show unless I clicked the sorting button is happened on mobile.
Please deactivate cache plugins and check again.