Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Only Author name and track & pingbacks are not responsive

3 Posts
2 Users
0 Reactions
2,356 Views
(@publisher)
New Member
Joined: 7 years ago
Posts: 2
Topic starter  

Hi

Only Author name and track & pingbacks are not responsive! All other components are OK. Could you please investigate !?

Here is an example :

https://www.inbratelamami.ro/2014/04/copilul-agitat-la-san-cauze-si-remedii.html#axzz5Sxz1AuGq

Thank you!


   
Quote
Arina
(@arina)
Support Team
Joined: 11 years ago
Posts: 101
 
 
Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS code in "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 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100%;
}
}

@media screen and (max-width: 800px){
    #wpcomm .wc-reply .wc-comment-header{
        margin-left: 60px !important;
     }
}

   
ReplyQuote
(@publisher)
New Member
Joined: 7 years ago
Posts: 2
Topic starter  

Hi Arina!

Thank you so much!

I've just applied to code and the refreshed result was amazing!

Thank you for all

R.


   
ReplyQuote
Share:
Scroll to top