Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @davidchristopher537,

    Please navigate to Dashboard > Comments > Setting > Styling admin page, put the following CSS code in the “Custom CSS code” textarea, save it delete all caches and check again.

    @media screen and (max-width: 800px){
    	#wpcomm .wc-comment-author {
    	    white-space: nowrap;
                width: 100%;
    	    overflow: hidden;
                text-overflow: ellipsis;
        }
    }

    Please try on incognito mode. Because mobile browsers have a hard cache, sometimes the changes are not visible immediately.

    Thread Starter davidchristopher537

    (@davidchristopher537)

    That worked perfectly…thank you and thank you for your quick response too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments Title overflowing on mobile’ is closed to new replies.