Notifications
Clear all

Only Author name and track & pingbacks are not responsive

3 Posts
2 Users
0 Reactions
2,190 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: 11 years ago
Posts: 101
 
HiΒ @publisher,
Β 
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