Notifications
Clear all

Only Author name and track & pingbacks are not responsive

3 Posts
2 Users
0 Likes
2,074 Views
(@publisher)
New Member
Joined: 6 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: 10 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: 6 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